Home > @visualization-tools/core > IChartPointerEvent
Wrapper of MouseEvent with position translated into chart coordinate systems.
Signature:
export interface IChartPointerEvent<TEvent extends MouseEvent>
| Property | Type | Description |
|---|---|---|
| $event | TEvent | |
| canvasDims | ICanvasDimensions | |
| pointerClipPosition | IReadonlyVec2<Float32Array> | |
| pointerCssPosition | IReadonlyVec2<Float32Array> | NB this has an origin in the BOTTOM left corner (native is top left). |
| Method | Description |
|---|---|
| clone() |