New Library: Dash Gantt

Hi there,

I created a new Dash library several months back to support a use case of mine that I never took the time to share with the community. The library is GitHub - evanras/dash-gantt: Gantt chart component for Dash. , allowing Dash developers to simply create nice looking Gantt charts with ease. I’ve been working to clean the repo up a bit, but I imagine this will be useful for other developers so I wanted to share it with everyone.

Thanks,

Evan

Hi Evan,
I think the Dash community will find this library useful. Thank you for putting this together.
What your use case that made you create this library?

I’ve got an application that has a heavily batched python job processing framework. It’s a custom framework (similar to celery) that has a hierarchical job tree that breaks tasks down into atomic units of work. I use this Gantt chart component for simplified tracking and monitoring of these jobs and their children.