Timeline scale - 4-4-5

Hey how can I get a timeline scale that shows retail weeks? I’m not sure how I would achieve it with Setting up Scale Gantt Docs

Hello Skoofy,
It depends on how you imagine it should look and work.
I found this picture regarding the 4-4-5 calendar:


It is clear that first 2 months have only 28 days, and the third month has 35 days.
But you need to define the start day or it will shift depending on the first day of the scale. Also, you will need to add the logic that will choose which months should have 28 or 35 days.

Here is an example of how it can be implemented:
https://snippet.dhtmlx.com/k5h1svt6
It should help you to start implementing your solution.