Back to Changelog
v4.5.114
Dashboard Network Traffic chart now shows fixed, evenly-spaced time labels for the 1H/6H/24H range buttons, eliminating overlapping x-axis text
Improvements
2- X-axis now shows exactly 7 evenly-spaced time labels regardless of how many data points are loaded (TARGET_TICKS=7), produced by an empty-string label trick combined with ApexCharts tickAmount, tickPlacement: "on" and showDuplicates: false.
- Time-label format is now range-aware: 1H view labels in minutes (60m, 50m, 40m, ..., Now), 6H view in hours (6h, 5h, 4h, ..., Now), and 24H view in 4-hour steps (24h, 20h, 16h, 12h, 8h, 4h, Now).
Bug Fix
1- Dashboard Network Traffic chart: switching the range buttons (1H, 6H, 24H) no longer produces overlapping or unreadable x-axis time labels. Previously the chart rendered a label for every data point (up to 1440 ticks on the 24H view), making the time axis visually unusable.