MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getValueAxisStart

Function getValueAxisStart

libs/echarts/echarts-en.simple.js:37140–37142  ·  view source on GitHub ↗
(baseAxis, valueAxis, stacked)

Source from the content-addressed store, hash-verified

37138
37139// See cases in `test/bar-start.html` and `#7412`, `#8747`.
37140function getValueAxisStart(baseAxis, valueAxis, stacked) {
37141 return valueAxis.toGlobalCoord(valueAxis.dataToCoord(valueAxis.type === 'log' ? 1 : 0));
37142}
37143
37144/*
37145* Licensed to the Apache Software Foundation (ASF) under one

Callers 2

layoutFunction · 0.70
progressFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected