I would like to create a chart that shows the state of several threads over time. Graphically, it is like the VisualVM Threads view.
Basically, it would be a Gantt diagram that has multiple states for a given task, or a horizontal stacked bar chart with time as the X axis.
Do anyone know an open-source library to do such graphs ? I have tried JFreecharts but I cannot create a Task
with multiples duration over time.
Any idea ?