laurens94 / vue-timeline-chart

A timeline component for Vue3
https://laurens94.github.io/vue-timeline-chart/
MIT License
32 stars 2 forks source link

Use Map to navigate #12

Closed Lucas-Gruber closed 3 months ago

Lucas-Gruber commented 3 months ago

Hi, when i have an Timeline-Map (like in: https://laurens94.github.io/vue-timeline-chart/examples/synced-timelines.html)

How can I make it so that a user can grab the map group to navigate in the timeline?

laurens94 commented 3 months ago

Hi! It's now possible (since v2.2.0) by using the pointermove event.

I modified the example at https://laurens94.github.io/vue-timeline-chart/examples/synced-timelines.html so you can see how it's done.

Please let me know if this works for you! 😄

Lucas-Gruber commented 3 months ago

Thank you very much!