jsgantt-improved
jsgantt-improved copied to clipboard
Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
i want change some params when the vForamt change,but i don't find the API
added setCustomLang to set custom language vars from ng-gantt , like: vCustomLang: {'january': 'My January text'}
There is a requirement we are working on which suggest that we should be able to Export Gantt Chart into PDF. Can we have this Feature in it?
It would be nice to have an option to display the duration based on the **vWorkingDays**. For my planification, 14 days is actually 10 working days. It would be nice...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
In this line of code, vDate defaults to the current date: https://github.com/jsGanttImproved/jsgantt-improved/blob/7d696916467dee891f2f33640fbcc7612f89a984/src/utils/date_utils.ts#L6 Also problematically, in this line of code, functions like getStart default to the current date if no date...
Hi, I am new to angular. I want to call shared component on task name click to edit that task information. this.editor.setOptions({ }); this.editorOptions = { vEditable: true, vEvents: {...
JS file shows the critical path code and it's not working. Tried using JSGantt.criticalPath(jsonObj) after g.Draw().