* Use `data.mapDimensionsAll(coordDim)` instead. * @deprecated
(coordDim: DimensionName)
| 581 | * @deprecated |
| 582 | */ |
| 583 | coordDimToDataDim(coordDim: DimensionName): DimensionName[] { |
| 584 | return this.getRawData().mapDimensionsAll(coordDim); |
| 585 | } |
| 586 | |
| 587 | /** |
| 588 | * Get progressive rendering count each step |
nothing calls this directly
no test coverage detected