jsGanttImproved / jsgantt-improved

Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
https://jsganttimproved.github.io/jsgantt-improved
Other
480 stars 249 forks source link

Support for Fiscal Year #343

Open UdayCTO opened 3 years ago

UdayCTO commented 3 years ago

Hi, Currently Gantt chart is shown using default calendar from Jan-Dec, when Quarter display option is selected Jan-Feb-Mar are put in Quarter 1 and so on. In many situation we may need to show calendar in Fiscal Year, e.g. in India, Fiscal Year is from April 1 to Mar 31, in US specially Govt it is from Oct-Sep.

It will be a good idea to add Year Start Date and Year End Date (e.g. 1-April and 31-Mar), so when Quarters are shown it will put Apr-May-Jun as Q1 and so forth, Jan-Feb-Mar will be Q4.

image