Try to find Time Scale layout feature source code in one template

Hi, i am going to add the time scale radio selection feature just like the sample below. The layout and style looks perfect!


But according to the documentation, the time configuration code that is provided is simple and vertical. I want the exact style in this sample template.

Is it possible to find the time scale source code of TEMPLATE(in snapshot) rather than in documentation(“Configuration Setting”)? Thank you!

Hello,
Looks like you want to use the “Broadway” skin:
https://docs.dhtmlx.com/gantt/samples/06_skins/05_broadway.html
You can add the following CSS file instead of the default CSS file:

<link rel="stylesheet" type="text/css" href="http://cdn.dhtmlx.com/gantt/edge/skins/dhtmlxgantt_broadway.css">

Here is an example:
http://snippet.dhtmlx.com/3e45da54c

Yes, Thank you Ramil!