Timelion: how to scale y axis?

Hi,

my values which are shown in a timelion chart are in percent.
How can I scale the y axis to a fix range from 0 to 100?

found a workaround by plotting an invisible, static line at 100
,.static(100).lines(show=false).label("")

but maybe there is a better way :wink:

1 Like

Try adding .range(0, 100) to the end of your series expression instead? So, for example:

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.