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

Function isInLargeMode

libs/echarts/echarts-en.simple.js:37135–37137  ·  view source on GitHub ↗
(seriesModel)

Source from the content-addressed store, hash-verified

37133}
37134
37135function isInLargeMode(seriesModel) {
37136 return seriesModel.pipelineContext && seriesModel.pipelineContext.large;
37137}
37138
37139// See cases in `test/bar-start.html` and `#7412`, `#8747`.
37140function getValueAxisStart(baseAxis, valueAxis, stacked) {

Callers 2

prepareLayoutBarSeriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected