dashboard: scale the leaderboard's blocks bar to its own column; blank NaN timing cells #14

Merged
grenade merged 1 commits from arena/leaderboard-bar-scale into main 2026-09-04 05:55:56 +00:00

1 Commits

Author SHA1 Message Date
Rob Thijssen
833e414c6d dashboard: scale the leaderboard's blocks bar to its own column; blank NaN timing cells
After the multi-query join Grafana ranged the gauge cell across every numeric
field in the frame, so 31 blocks was drawn against a 675 MH/s maximum.
fieldMinMax on the blocks column restores the per-column scale. The gap and
drift quantiles are filtered with expr == expr so authors without samples in
the range show a blank cell instead of NaN.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CBgs2nSi4H2mdh8kD8vMX5
2026-09-04 08:55:36 +03:00