# Project Gantt Chart

**URL:** https://discourse.nodered.org/t/project-gantt-chart/7257
**Category:** Dashboard
**Created:** [26 January 2019 09:33 UTC](https://discourse.nodered.org/t/project-gantt-chart/7257 "2019-01-26T09:33:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![olab](https://avatars.discourse-cdn.com/v4/letter/o/d07c76/32.png) [@olab](https://discourse.nodered.org/u/olab)
#### Post date: [26 January 2019 09:33 UTC](https://discourse.nodered.org/t/project-gantt-chart/7257/1 "2019-01-26T09:33:05Z")

</div>

Hi,  
I would like to integrate a Gantt chart showing tasks and current time as a gantt chart in node red dashboard. Tasks will be based on a csv file imported. Any good solution to do this in Node Red?  
I would also like to get progress of each task from Node red.

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [26 January 2019 10:54 UTC](https://discourse.nodered.org/t/project-gantt-chart/7257/2 "2019-01-26T10:54:00Z")

</div>

The very first place to go when you want to know if a solution already exists for your problem has to be [Node-RED library](https://flows.nodered.org/?num_pages=1). Surprisingly (at least for me) there is a flow that provides a very basic [timeline in Gantt format](https://flows.nodered.org/flow/3827f07ed08826b01bd71b2c874f7fdc).

Given that this is quite a common application there are a large number of awesome applications out there (not based in Node-RED) . If you are a hardcore programmer willing to create a customized dashboard node, then this is an area that could be explored. If you are a user trying to find a quick solution for your use case then you may want to find a way to integrate an existing application with Node-RED.
