mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 10:52:51 +08:00

* validate with durations * update docs * Add default values to calculation, show error if too many bins * move default generation to separate function * Update docs/sources/panels-visualizations/visualizations/heatmap/index.md Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * dont try to parse ‘’ as a duration, move max to variable * Add new function to support duration and ms, only calculate if valid * Add radix * Remove validation and precalc to determine bucket quantity * simplify * simplify more * less * cleanup transformationsVariableSupport. reset value to auto on mode changes * maybe... * by hook or by crook * Change function name back --------- Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Leon Sorokin <leeoniya@gmail.com>