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
Refactor: Complete rewrite of api-metrics widget with beautiful Chart.js charts
- Replaced makeDataset with custom createTimeSeriesData for hourly grouping
- Added vibrant colors with smooth curved lines (tension: 0.4)
- Implemented proper Chart.js time series format { x, y }
- Fixed status_code string to number conversion
- API Error Distribution now only shows POST, PUT, DELETE (no GET)
- Added beautiful hover effects and animations
- Improved chart styling with better colors and fills
- Removed unnecessary chartLabels (not needed for time series)
- Better responsive layout with fixed height charts
- Cleaner, more maintainable code structure
0 commit comments