Hi,
Please go through this snippet
docs.dhtmlx.com/gantt/snippet/3222e509
create a task and assign it a date of august month select the month radio button above.
August month is not being diaplayed where as july and september is.
Hi,
Please go through this snippet
docs.dhtmlx.com/gantt/snippet/3222e509
create a task and assign it a date of august month select the month radio button above.
August month is not being diaplayed where as july and september is.
i am using version 3.2.0 commercial version of the gantt and still getting this issue. How to resolve this?
It seems, your august doesn’t show because you set gantt.config.skip_off_time = true; and the 1st of august is not a working time.
You could try to use ignore_time function with needed logic ( docs.dhtmlx.com/gantt/desktop__custom_scale.html ).
Or possibly you can just turn it option off when set month view.