Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 573 Bytes

Gantt chart

screenshot

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.

Building

$ yarn install
$ yarn build

You can run the demo with

$ yarn run

Then open localhost:8000 file in your browser.

Demo

You can see the example (public/index.html) live, on my blog.