jQuery.Gantt icon indicating copy to clipboard operation
jQuery.Gantt copied to clipboard

jQuery Gantt Chart

Results 58 jQuery.Gantt issues
Sort by recently updated
recently updated
newest added

First of all, great work! My question is: is possible to add multiple subtask to a task? I can't find documentation about it, I think is a common need.

enhancement

Anyone willing to share source of working projects to help see this in action? I noticed the demo, but couldn't find others. Thanks!

needs info

Added a settings option to paginate the view (on by default). Setting this to off will draw all rows of the gantt chart, and will remove the paginate navigation options....

enhancement

If an item has a "progress" property it would be good if it (optionally) displayed a percentage and an overlay to visualize the progress of the event... For example, with...

enhancement

The gantt chart doesn't appear to be accessible at all via keyboard - this is important, and not just for blind people. I would expect each gantt item (and control...

enhancement

Allow the `scale`, `minScale` and `maxScale` options to take a value of `'auto'` (this should become the default value for `scale`.) When specified, a value of `'auto'` should choose a...

enhancement

At the moment when you specify a source string, it loads everything. The only way to update the data object is by reloading the entire page. It would be extremely...

enhancement

[This is ugly.](https://github.com/taitems/jQuery.Gantt/blob/7038cec5de44c6c212b2f03611c4cc2f3b045b56/js/jquery.fn.gantt.js#L759-928) (...and doesn't indent well, either!) The infinite chain of function calls seems wildly unnecessary. The element could just as easily be built using a single string of...

maintenance

It would be nice to be able to set what hours to display in the hour view. (For example to only show business hours). I don't see any way to...

enhancement

Tests should be added for at least the most basic use cases as well as for each confirmed bug and pull request (going forward). (Should probably also standardize on a...

maintenance