How do I make an app to create gantt charts?

Can I use retool to create gantt charts? I want an app that allows me to easily make beautiful gantt charts.

Hi @dvedova! Off the top of my head, this isn't natively possible in Retool, but you could possibly use a Chart component (which uses the Plotly library!).

It seems like Plotly Python supports Gantt charts out of the box (Plotly docs here), but we use the Plotly Javascript library. It might still be possible, but I'm not entirely sure.

Here's a Stack Overflow article that may or may not be helpful 😅

We also have custom components (on the Pro plan) that allow you to build with React!

1 Like