vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

Addition to use timeline as gantt chart #59

Closed sibalk closed 3 months ago

sibalk commented 4 years ago

Hi i search for a gantt chart that could be simple, you could just put in your data and show you chart. But I had lots of problems finding simple chart that would just work. In the end I used your timeline chart and modified it a bit. Basically I inserted my groups, which are my categories in a project and for value I inserted the same category so they stayed the same color inside group. But I needed to show more information so I added few labels inside tool tip, like taskName and workers.

So i propose to add features like more labels inside tool tip, also hiding top and right axis would be a cool feature too. And since I'm using this timeline like gantt chart it can get long and squares starts to overlap to next group but that can probably be fixed fast with y scroll in some way.

My example of modified timeline chart as gantt chart (example is not perfect because of test data which are more or less in same time frame): image