Closed jamessewell closed 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)?
Oh you can do this!
Yeah, although I'll admit it's more of a happy accident rather than a conscious design choice 😅
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)?