Feature Proposal
I just migrated from v2.9.4 to v3.4.0 and I can't use the pointerdown and pointerup events for the tooltip. As in v3.4.0 events are defined like:
/**
* The events option defines the browser events that the chart should listen to for tooltips and hovering.
* @default ['mousemove', 'mouseout', 'click', 'touchstart', 'touchmove']
*/
events: ('mousemove' | 'mouseout' | 'click' | 'touchstart' | 'touchmove')[];
Feature Use Case
I need pointerdown and pointerup since working with a touchscreen and is configured to only accept this kind of events.