gantt
gantt copied to clipboard
Can I add fields/columns to the chart?
How can I add columns to the chart like "id" and "label" in the image below. Is this possible?
Yes, please, how can this be done?
I would really like someone could lead the way to implement this.
Thank you!
@AndrewSithole did you ever find a good workaround for this?
Yes. Sorry for the long silence. I went into the JS and edited the functions that create the SVGs. Its not the best workaround for large charts but it works fine for my case. Happy to share the code if you're still interested
Thank you Andrew, I personally ended up going with FullCalendar with allows for custom resources, but I am sure other folks would find your solution handy : )
@AndrewSithole would you share your solution with us? I could definitely need it for my project. Thank you very much.
I have added my code here: https://github.com/AndrewSithole/gantt. Its not yet good enough for me to create a pull request but its usable with very few modifications.
Its important to note that in its current state, you'll need to define a columns array when you instantiate the chart.
@AndrewSithole can we have an exemples please ?
Thanks folks - I've opened the extended issue #389.