Live data from Hacker News

JQuery Gantt editor - how to

roberto.open-lab.com

1–10 of 18 posts

Re: JQuery Gantt editor - how to

#2
That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :)

In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/

If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/

If you need any help with styling it a bit differnt, give me a shout :)

Re: JQuery Gantt editor - how to

#3
post #2

That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)

This editor is as far I know the most complete one built in jQuery. Regarding Ext.js the Bryntum's one is far the best I found. Here I compiled a list of available ones: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-...

Re: JQuery Gantt editor - how to

#4
post #2

That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)

Big things are on the horizon for the jQuery.Gantt plugin. A reliable contributor is working on adding drag and resize to the solution while I work on some fiddly little bugs. I also believe someone had a proof of concept for adding dependencies to items too.

Re: JQuery Gantt editor - how to

#5
post #4
post #2

That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)

Big things are on the horizon for the jQuery.Gantt plugin. A reliable contributor is working on adding drag and resize to the solution while I work on some fiddly little bugs. I also believe someone had a proof of concept for adding dependencies to items too.

end of the year?

Re: JQuery Gantt editor - how to

#6
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.

Re: JQuery Gantt editor - how to

#7
post #3
post #2

That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)

This editor is as far I know the most complete one built in jQuery. Regarding Ext.js the Bryntum's one is far the best I found. Here I compiled a list of available ones: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-...

Great overview!

One thing that would be great to add to the overview (if you´ve still got the demo files) is how large the download is - it´s one of the things that spoke against Bryntum's solution (over 2 MB!).

Re: JQuery Gantt editor - how to

#8
post #4
post #2

That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)

Big things are on the horizon for the jQuery.Gantt plugin. A reliable contributor is working on adding drag and resize to the solution while I work on some fiddly little bugs. I also believe someone had a proof of concept for adding dependencies to items too.

Great to hear you guys are working on drag&drop... Have a look at this lightweight jQuery based Gantt with drag&drop for some inspiration: https://github.com/thegrubbsian/jquery.ganttView

It implements it really nicely...

Re: JQuery Gantt editor - how to

#9
post #6

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.

Your example looks cool too, but it seems a viewer only...no editing or interaction features?
Post reply on HN