XavierBerger/RPi-Monitor

Is it possible to force the y-axis graph in statistics to start at 0 ?

gilarelli opened this issue · 2 comments

Hello,

Does a parameter exists to force the y-axis graph in statistics to start at 0 ?
Is it possible at all beside (maybe) adding another data set to 0 ?

What I have :
image

What I want :
image

Thanks!

hello
Here is a sample line of my conf file :
web.statistics.2.content.1.graph_options.y2axis={ position: "right", min: 0, max: 100 }

Thanks for telling me where to look for an answer !

This did the trick for me :
image
image