Timeline showing day and name of day in 2 lines

I use timeline and want that the name of the day is shown in one line and the day in the next line.
Mo Di Mi
1 2 3

Trying with x_date: “%d %D” shows the date like this:
1 Mo| 2 Di| 3 Mi …

Can someone please help me.
Thank you in advance
Otto

Hi,

Set

x_date: "%d <br> %D"

in the createTimelineView method.
And configure scale height in the xy object.

Demo https://snippet.dhtmlx.com/9103fb5db

Hello Polina
thank you so much for your help.
This is working fine.
Best regards
Otto