gantt
gantt copied to clipboard
GPL version of Javascript Gantt Chart
For DHTMLX Gantt: Version 7.1.2, Standard Edition When I execute: gantt.parse(tasks); The console shows the following error: TypeError: Cannot read property '$config' of undefined The error occurs at this section...
### 📊 Metadata * #### Bounty URL: https://huntr.dev/bounties/1-npm-dhtmlx-gantt ### ⚙️ Description * dhtmlx-gantt javascript library renders json data into charts. Which does not care about data encoding before rendering into...
In order to avoid the following, > File 'node_modules/dhtmlx-gantt/codebase/dhtmlxgantt.d.ts' is not a module.ts(2306) adding in export to the `gantt` and `Gantt` declarations.
In the type definition file, the configuration values `GanttConfigOptions.start_date` and `GanttConfigOptions.end_date` are set as `Date`. However, they are `undefined` when the Gantt is initialized. Since they are typed without undefined,...
在vue2中使用dhtmlx-gantt,配置了gantt.plugins({ tooltip: true });,有时候鼠标离开后还会有tips窗口  如果使用destroyed生命周期,并gantt.destructor(),会在下次进入调用gantt组件页面时,会抛出TypeError: Cannot read properties of undefined (reading 'tasksStore') at t._update_flags错误 
import {gantt,Gantt} from "dhtmlx-gantt"; I use it in vue2. I want to use the method gantt.getganttinstance (). The installed version is 7.1.4, but Gantt is undefined
When dragging a regular task while "multiselect" module is on, task update request is fired twice. I think updateTask is invoked from `_finalize_mouse_up`. As you can see below, `_finalize_mouse_up` invoked...
When I batch select and drag many times,then undo. It's not back to where it was last time. ` gantt.plugins({ undo: true, multiselect:true, }); `
**Dhtmlx-gantt version**: 7.1.13 I am using the free version of dhtmlx-gantt. This means that I won't be able to initialize a new gantt instance on component render. I perform some...