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

Function getSeriesStackId

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

Source from the content-addressed store, hash-verified

36634var LargeArr = typeof Float32Array !== 'undefined' ? Float32Array : Array;
36635
36636function getSeriesStackId(seriesModel) {
36637 return seriesModel.get('stack') || STACK_PREFIX + seriesModel.seriesIndex;
36638}
36639
36640function getAxisKey(axis) {
36641 return axis.dim + axis.index;

Callers 3

makeColumnLayoutFunction · 0.70
retrieveColumnLayoutFunction · 0.70
layoutFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected