gantt icon indicating copy to clipboard operation
gantt copied to clipboard

GPL version of Javascript Gantt Chart

Results 56 gantt issues
Sort by recently updated
recently updated
newest added

I am using the following block of code to import MPP files: `gantt.importFromMSProject({ data: file, taskProperties: ["Notes", "Name", "Start", "Finish", "Start1", "Finish1"], callback: function (project) {}...` Given that "Start", "Finish",...

The onTaskClick method uses gantt.selectTask by default, so how can I toggle the selected/unselected of task ! Why doesn't the onClick method implement toggle the status of the task? Thank...

![image](https://user-images.githubusercontent.com/8132535/206499100-80b998ab-1aac-422b-ab91-d3d7e9d103de.png)

I want to change the color of the duplicated parts when there are two tasks on my end. I have searched the official documentation, but it seems that I have...

`gantt.config.autosize = true` When aotosize is set to true, the page will render the dom infinitely repeatedly, resulting in a CPU full load. Here is my initialization code: ` init(ganttData)...

As the title suggests,I packaged the components using Vue,Add multiple components to the page, but only display the last one,Excuse me, why are they all displayed?

How to customize header, such as header color, font size, font width, and background color

In our gantt chart, we have two grids next to each other with content overflow only on one side. On windows machines, the space taken up by the scrollbar on...

提问 dhtmlx resize 属性只能在pro版本适用吗?

Hello, I am just trying out this solution and found out that when trying to get the lightbox from not in wide_form it does not "render" as intended/ work as...