High values - want to show in chart

running OH3.3.0 release build.

I want to show my current consumption of gas, but the current gasmeter is at about 65.150m3. So, if I just open a chart, it’ll show me a straight line:

If I play around with adding a chart-page I can set the min/max to achieve something like this:

  yAxis:
    - component: oh-value-axis
      config:
        gridIndex: 0
        min: "65155"
        max: "65165"

Can I somehow make this dynamic? so the chart will chose the min/max based on the values?

nevermind, chosing the “Do Not Force Scale to Include Zero” did the trick (somehow it didn’t the first try):

  yAxis:
    - component: oh-value-axis
      config:
        gridIndex: 0
        scale: true