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
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.
Hello Polina
thank you so much for your help.
This is working fine.
Best regards
Otto