We have a few places where we want to set minValue, maxValue in the charts
The metric might have a defined minValue and maxValue
The timeseries will have minValue, maxValue
In some cases, the type of data could have a specific natural range (vaccination, 0% - 100%)
A specific visual representation might require start from 0 (Bar Chart)
The minValue and maxValue could be contextual (we want to start at 0 in some cases, but at the min value in other cases)
We need to investigate a way to make the behaviors more consistent across charts. For example, we could have an order of precedence on how the minValue, maxValue are taken from (component props, timeseries, metric definition)
We have a few places where we want to set minValue, maxValue in the charts
We need to investigate a way to make the behaviors more consistent across charts. For example, we could have an order of precedence on how the minValue, maxValue are taken from (component props, timeseries, metric definition)