Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highcharts stacked bar graph as timeline

Is there a way to make the Highcharts stacked bar graph work like a timeline? What I'd like to achieve is demonstrated in this Google Timeline Chart example.

Of key importance is that values can be repeated on the same bar. I haven't been able to figure this out, and currently suspect I may need to fall back to the Renderer and draw this chart manually, or switch to Google Charts, both of which I'd prefer to avoid. Thanks for any thoughts!

like image 905
user2177535 Avatar asked Oct 02 '22 17:10

user2177535


1 Answers

Yes, it is possible. This is called a gantt chart. That link has various examples. Some dont work. In that case update the jsFiddle's jquery and change the highcharts.js inclusion url.

like image 112
wergeld Avatar answered Oct 05 '22 11:10

wergeld