zunnzunn / vue-ganttastic

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

Support for multiple lines #109

Open Urriel opened 4 months ago

Urriel commented 4 months ago

Hi 👋

I am trying to add support for multiple bars in the same row that will overlap in time but be displayed on top of each other.

Urriel commented 4 months ago

I don't think I am getting on the right path here. Do you have any idea on how I should implement this ?

zunnzunn commented 4 months ago

The desired behavior ought to be specified a bit more precisely here. So each bar in a row should be rendered in its own "sub-row"?

Urriel commented 4 months ago

image

I want to display these bars on top of each other instead of having them overlapped.