Michael Ott
Michael Ott
Agreed.
Drop this below the gantt target div: ``` Quarter Day Half Day Day Week Month ``` ...and into your JS... ``` gantt_chart.change_view_mode('Week'); $('.btn-group').on('click', 'button', function() { $btn = $(this); var...
Same issue here. The number of inconsistencies between the demo page and the actual repo is frustrating. Is this project abandoned?
I don't think there is a setting for that, but you could easily do this within the CSS or with a line of jQuery. ``` .gantt .bar-wrapper { pointer-events: none;...
If it helps to know, year is already baked-in. Just change view_mode: ``` var gantt = new Gantt("#gantt", tasks, { view_mode: 'Year' }); ```
Excellent, works like a charm.
Use CSS: ``` .handle-group { display: none; } ```
@locness3 props for the heads-up. I had a feeling this project was abandoned.