zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
584 stars 145 forks source link

Is there option to show only part of day when using hours scale ? #118

Closed PrzemekTk closed 4 months ago

PrzemekTk commented 5 months ago

I need to show only part of the day on chart for example 8-15 - is it possible to hide other hours ?

zunnzunn commented 5 months ago

Not sure if that is what you mean, but you the chart-start prop is a Date-Time string value, so you could specify your desired day with 08:00 as the time for chartStart and 15:00 for chartEnd.