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

Function unionExtent

libs/echarts/echarts-en.simple.js:40151–40160  ·  view source on GitHub ↗
(data, axis, seriesModel)

Source from the content-addressed store, hash-verified

40149 }, this);
40150
40151 function unionExtent(data, axis, seriesModel) {
40152 each$1(data.mapDimension(axis.dim, true), function (dim) {
40153 axis.scale.unionExtentFromData(
40154 // For example, the extent of the orginal dimension
40155 // is [0.1, 0.5], the extent of the `stackResultDimension`
40156 // is [7, 9], the final extent should not include [0.1, 0.5].
40157 data, getStackedDimension(data, dim)
40158 );
40159 });
40160 }
40161};
40162
40163/**

Callers 1

Calls 2

each$1Function · 0.70
getStackedDimensionFunction · 0.70

Tested by

no test coverage detected