* Some coord sys (like Parallel) might do not have `pointToData`, * or the meaning of this kind of features is not clear yet. * @param point point Point in global pixel coordinate system. * @param out Fill it if passing, and return. For performance optimization. * @return data
(
point: number[],
opt?: unknown,
out?: number | number[]
)
| 177 | * Return timestamp in time axis. |
| 178 | */ |
| 179 | pointToData?( |
| 180 | point: number[], |
| 181 | opt?: unknown, |
| 182 | out?: number | number[] |
no outgoing calls
no test coverage detected