TimeScaleGridlayout

Hi ,
I wanted to create a time Scale Grid view using - goJS.

it should look like

https://forum.nwoods.com/uploads/db3963/original/2X/9/943b3ed53c29923b03e5f48cd21a63dcfe93cc9e.png


Br,Jabbar

This looks like a case where you can use Graduated Panels. You can read about them here: GoJS Graduated Panels -- Northwoods Software

In the following codepen, I’ve stacked 3 Graduated Panels in a Vertical Panel, and added a border using an Auto Panel. Each line uses the same scale (minutes), with different marking intervals. Hopefully this gets you going in the right direction.

3 posts were split to a new topic: Gantt-like chart with timeline?