gnodet opened a new pull request, #24318: URL: https://github.com/apache/camel/pull/24318
## Summary _Claude Code on behalf of Guillaume Nodet_ Charts previously used a fixed 60-point history buffer which left significant empty space on wide terminals. This PR makes charts dynamically size to fill the available width. ### Changes - **MetricsCollector**: Increase history buffer caps from 60 to 300 points so enough data accumulates for wider terminals - **OverviewTab**: Increase `MAX_SPARKLINE_POINTS` from 60 to 300 (bar chart `renderPoints` was already computed dynamically from available width) - **EndpointsTab**: Increase `MAX_CHART_POINTS` from 60 to 300 and compute `renderPoints` dynamically from the chart area width in all three chart methods (`renderEndpointFlow`, `renderSingleEndpointChart`, `renderPayloadSizeChart`) ## Test plan - [x] Build passes locally - [x] Verified visually — sparklines and bar charts now fill their panels on wide terminals - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
