Custom hour for GANTT (7) and GANTT (5)

Hi everybody,
how i customise the hour for the view GANTT 5 and view GANTT 7 ?
actually i use
scheduler.config.first_hour = ‘<xsl:value-of select=“DispatchingStartDay”/>’;
scheduler.config.last_hour = ‘<xsl:value-of select=“DispatchingStopDay”/>’;

but don’t work for this 2 view but it’s wor fort day, week or GANTT ( day)

thx for answer !

What do you mean by “GANTT(7)” - is it some kind of custom view?

sorry, i answered later.

this is my view :


you can see : 00 04 08 12 16 20 00
can i have : 08 12 16 20 ? for example

Yes, starting from Scheduler 4.0 you can create such kind of scale.
Check
docs.dhtmlx.com/scheduler/custom_scales.html
docs.dhtmlx.com/scheduler/sample … gnore.html

thanks :slight_smile: