there is
export type Options = { margin?: Margin; eventsCallbacks?: { zoomIn?: (range: AxisRange[]) => void, panning?: (event: { ranges: AxisRange[], d3Event: any }) => void, panningEnd?: (range: AxisRange[]) => void, zoomOut?: (centers: {x: number, y: number}) => void, mouseMove?: (evt: any) => void,
and
protected abstract onMouseMove(): void;
there is recommendatyion to remove these abstract methods
... and make at least these methods deprecated with warning and todo
Partially it's implements in 5fc85d6329
5fc85d6329
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
there is
and
there is recommendatyion to remove these abstract methods
... and make at least these methods deprecated with warning and todo
Partially it's implements in
5fc85d6329