* Get axis by dim.
(dim: DimensionName)
| 314 | * Get axis by dim. |
| 315 | */ |
| 316 | getAxis(dim: DimensionName): ParallelAxis { |
| 317 | return this._axesMap.get(dim); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Convert a dim value of a single item of series data to Point. |
no test coverage detected