This is a hand-made implementation of a relatively simple Gantt chart. This new implementation uses CSS3 Grids instead of D3 or Canvas.
See more details on my blog.
$ yarn install
$ yarn build
You can run the demo with
$ yarn run
Then open localhost:8000
file in your browser.
You can see the example (public/index.html
) live, on my blog.