laurens94 / vue-timeline-chart

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

Bar drag support #14

Closed njvb closed 2 months ago

njvb commented 2 months ago

Enhancement request; being able to drag and drop the bars.

laurens94 commented 2 months ago

You can make items draggable using the pointerdown and pointermove events.

I added an example: https://laurens94.github.io/vue-timeline-chart/examples/draggable-items.html