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
Owner

Follow-up to #13. 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 (Grafana 13.0.2 here) restores the per-column scale. The gap and drift quantile queries are filtered with expr == expr so authors without samples in the range show a blank cell instead of NaN.

🤖 Generated with Claude Code

https://claude.ai/code/session_01CBgs2nSi4H2mdh8kD8vMX5

Follow-up to #13. 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 (Grafana 13.0.2 here) restores the per-column scale. The gap and drift quantile queries are filtered with `expr == expr` so authors without samples in the range show a blank cell instead of `NaN`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01CBgs2nSi4H2mdh8kD8vMX5
grenade added 1 commit 2026-09-04 05:55:48 +00:00
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
grenade merged commit 30e79cbfff into main 2026-09-04 05:55:56 +00:00
grenade deleted branch arena/leaderboard-bar-scale 2026-09-04 05:55:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lair/quantus#14