Line Chart not plotting small decimal numbers

Hello guys, I am trying to plot a line graph using Glide App’s component.
However, I can’t find a way to correct the scale of the Y-axis on the graph that the input numbers are too small that it’s not even visible on the graph.

The input numbers on the data table are like 0.14, 0.15…etc
Is there a way to change the scale of Y-Axis to the auto min-max of the input datas?

You shouldn’t need the Date on both axis. Try removing it from the Y-Axis.

Thank you! I got it. But the scale is still larger than input min-max. is there a way to adjust the min-max scale of y-axis?

Not that I am aware of. It might be possible with CSS.

I would consider Quickchart or Chart.js as external alternatives.