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

Function isOnCartesian

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

Source from the content-addressed store, hash-verified

37129};
37130
37131function isOnCartesian(seriesModel) {
37132 return seriesModel.coordinateSystem && seriesModel.coordinateSystem.type === 'cartesian2d';
37133}
37134
37135function isInLargeMode(seriesModel) {
37136 return seriesModel.pipelineContext && seriesModel.pipelineContext.large;

Callers 2

prepareLayoutBarSeriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected