Hacker News new | ask | show | jobs
by beefsack 5043 days ago
Looks cool! I've been working on a Gantt chart using canvas: http://beefsack.github.com/gantt.js/

The example randomly generates some JSON which builds the chart. There are still a couple of bugs, but I hope to have stable release soon. The idea was to be pretty and to minimise dependencies, currently it depends on underscore.js and XDate, but I plan to factor those out.

1 comments

Your example looks cool too, but it seems a viewer only...no editing or interaction features?
Not yet, my main focus is the rendering of the chart. I plan to make an interface after the first release, but the idea is to pipe raw data into it for display rather than be interactive.