Skip to content

Fix squished drill-down charts (#166)#178

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/drill-down-chart-sizing
Feb 19, 2026
Merged

Fix squished drill-down charts (#166)#178
erikdarlingdata merged 1 commit intodevfrom
feature/drill-down-chart-sizing

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Charts in all 3 drill-down windows (Query Execution History, Query Stats History, Procedure History) were fixed at 250px height
  • Changed to proportional layout: 2* for chart, 3* for grid, with MinHeight=250 on the chart row
  • Charts now scale with window size — ~40% chart / ~60% grid

Test plan

  • Open a query drill-down, verify chart is readable
  • Resize the window, verify chart and grid scale proportionally
  • Test at minimum size, verify chart maintains 250px minimum

🤖 Generated with Claude Code

Charts in query/procedure drill-down windows were fixed at 250px height,
making them hard to read especially on larger monitors. Changed from
fixed height to proportional layout (2* chart / 3* grid) with MinHeight
250 so charts scale with window size while maintaining a minimum.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 0b80ea0 into dev Feb 19, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/drill-down-chart-sizing branch February 19, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant