act-now-coalition / act-now-packages

NPM Packages for Act Now Coalition
https://act-now-packages.web.app/
MIT License
4 stars 1 forks source link

Improve handing of minValue, maxValue in charts #386

Closed pnavarrc closed 1 year ago

pnavarrc commented 2 years ago

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)

faihegberg commented 1 year ago

Here's the doc documenting the current and new implementation.