(data, axis, seriesModel)
| 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 | /** |
no test coverage detected