diff --git a/apps/int/monitor/client/js/time-series.js b/apps/int/monitor/client/js/time-series.js index b104948..489c8df 100644 --- a/apps/int/monitor/client/js/time-series.js +++ b/apps/int/monitor/client/js/time-series.js @@ -157,6 +157,7 @@ function updateTimeSeriesGraphs() { appState.net.switches.forEach(function(sw) { redrawTimeSeriesGraph(sw.name); }); + updateXAxisLabels(); } function updateYLabels() {