Webcharts
Webcharts copied to clipboard
Improve handling of 0 values in log axis
Currently the chart just bombs (no axis marks are drawn). Drop records and warn user instead? Abort and throw a error?
Saving this for larger data flow refactor (currently scheduled for v1.12.0). Downgrading "log" axis-type to experimental in v1.8.0.
Leaning towards dropping values <= 0, and throwing warning, but will revisit later.