Will improve mobile/touch access where not already supported (Transform) and simplify handling where it is (ex. `TooltipContext`) - [ ] [TooltipContext](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/TooltipContext.svelte#L143) - [ ] [Transform](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/Transform.svelte#L71) - Will fix #82 - [ ] Brush (WIP) - [ ] [Voronoi](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/Voronoi.svelte#L25-L30) - [ ] All Tooltip integration / event bubbling - Arc, Area, Calendar, GeoPath, ... --- References - https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events - https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events/Multi-touch_interaction - [Farewell mouse/touch events, welcome pointer events](https://medium.com/@elmarti/farewell-mouse-touch-events-welcome-pointer-events-db36cee48a8a) - https://stackoverflow.com/questions/71324712/pointer-events-vs-touch-and-mouse-events - https://observablehq.com/@fil/pointer-events
Will improve mobile/touch access where not already supported (Transform) and simplify handling where it is (ex.
TooltipContext)References