d-band / gantt

Gantt chart library using jsx support SVG, Canvas and SSR
https://d-band.github.io/gantt/
274 stars 61 forks source link

How to get it to work? #53

Open linuxoid opened 11 months ago

linuxoid commented 11 months ago

Hello,

I've placed index.html from the demo folder in a server folder, downloaded the gantt.js and added it

<script type="text/javascript" src="gantt.js"></script>

in the header tag. Then I've copied the sample code from the Usage doc but it doesn't find the SVGGantt class.

How do I get it to work?