You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(metrics): Polish AI Edge metrics charts (#1320)
## Summary
AI Edge proxy metrics charts had uneven axes, misaligned hover
highlights, overly thin WAF bars, and toolbar controls at inconsistent
heights. This PR aligns chart styling with org usage patterns, improves
readability, and syncs cross-chart hover across requests, latency, and
WAF views.
Key behaviors:
- Y-axis ticks use linear scale math so labels match positions; stacked
bar Y max sums series correctly
- Cross-chart hover sync via shared `syncId`, step bucketing, fixed
Y-axis width, and index-based sync
- WAF events render as stacked bars with proportional bar width; latency
uses a line chart
- Metrics default to the last 30 minutes; toolbar controls share a
consistent height
<img width="1624" height="1061" alt="Screenshot 2026-06-19 at 16 58 30"
src="https://github.com/user-attachments/assets/4fd5ea04-028f-4e39-9258-cd6b5d007c88"
/>
0 commit comments