This is the code repository to accompany the tutorial on how to Create a Gantt chart with vanilla JavaScript available at bryntum.com/blog/creating-a-gantt-chart-with-vanilla-javascript.
You can use this to build your own custom Gantt chart component.
Alternatively, if you’re instead looking to buy an off-the-shelf battle-tested solution that just works, take a look at some examples of our Bryntum Gantt Chart.
Click here to try a live demo of the vanilla JS Gantt chart.
You can serve the index.html file with any web server. To run locally, clone this repository and then run:
cd gantt-chart-javascript-tutorial
python -m SimpleHTTPServer
and visit http://localhost:8000
in your browser. You should see it display a page that looks similar to that shown below.