If I want to display a dataset that’s in a discrete range then a dynamically set Y-axis can make the reading hard. Therefore I would like to set an (optional) min, and max value for the Y-axis.
E.g.: on a page where I am only battery percentage graphs the natural conclusion is that: if the line is near the bottom, the value should be near 0% and on the top should be 100%. And this is a cognitive load to check the Y-axis to correct the scale in the mind.
(FYI: this is a marketing tool also, where the creator takes advantage of the mind’s laziness to enlarge a small difference.)
Workaround:
I can create template sensors (or number helpers) to create constant 0% and 100% values that I can add to this type of graph.
…but I don’t want to see 1) these entries in the legend 2) nor don’t want to see the constant lines on the graph.
I think this feature is useful for history-graph and statistics-graph too.