huangxinbo / gantt-chart-javascript-tutorial

Creating a Gantt chart with vanilla JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Gantt chart with vanilla JavaScript

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.

Live demo

Click here to try a live demo of the vanilla JS Gantt chart.

Running

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.

image

About

Creating a Gantt chart with vanilla JavaScript

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.7%