marcusolsson / grafana-gantt-panel

A panel plugin for Grafana to visualize Gantt charts.
Apache License 2.0
26 stars 12 forks source link

Display multiple bars on one line #29

Closed jamessewell closed 3 years ago

jamessewell commented 3 years ago

Hi,

I have slightly different requirements to a standard Gantt chart - but I do wonder if it would be a trivial change to this plugin.

I am capturing states changes of different items. Each item id can only be in a single state at a single time.

My data will look like this:

id, start_ts, end_ts, label

I want to visualize it with each id on a row, with different colours per label.

Is this possible / how hard would it be to mod your plugin (happy to help)?

jamessewell commented 3 years ago

Oh you can do this!

marcusolsson commented 3 years ago

Yeah, although I'll admit it's more of a happy accident rather than a conscious design choice 😅