gnodet commented on code in PR #24318:
URL: https://github.com/apache/camel/pull/24318#discussion_r3494110027


##########
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/EndpointsTab.java:
##########
@@ -51,7 +51,7 @@
 class EndpointsTab implements MonitorTab {
 
     private static final String[] SORT_COLUMNS = { "component", "route", 
"dir", "total", "body", "hdr", "uri" };
-    private static final int MAX_CHART_POINTS = 60;
+    private static final int MAX_CHART_POINTS = 300;

Review Comment:
   _Claude Code on behalf of Guillaume Nodet_
   
   Good catch! Applied the same treatment to `CircuitBreakerTab`: bumped 
`MAX_CHART_POINTS` to 300, computed `renderPoints` dynamically from 
`vSplit.get(1).width() - 6`, and made the x-axis labels dynamic too. See 
398034a.



-- 
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]

Reply via email to