laurens94 / vue-timeline-chart

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

great work #6

Closed giannik closed 4 months ago

giannik commented 6 months ago

This looks great. Does it support time spans down to minutes, seconds and milliseconds to use in video editing applications ?

laurens94 commented 6 months ago

Thank you! It is definitely possible. For this you can use the renderTimestampLabel prop (it's a function) that determines what labels are rendered.

I made a simple example here: https://laurens94.github.io/vue-timeline-chart/examples/custom-timestamp-labels.html