metrics: interval is not configurable, unnecessary

This commit is contained in:
Girish Ramakrishnan
2025-07-04 23:20:13 +02:00
parent fb02bdb445
commit 2317c17b4b
5 changed files with 12 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import annotationPlugin from 'chartjs-plugin-annotation';
Chart.register(annotationPlugin);
const LIVE_REFRESH_INTERVAL_MSECS = 500; // for realtime graphs, the time (x axis) advances at this pace
const LIVE_REFRESH_INTERVAL_MSECS = 1000; // for realtime graphs, the time (x axis) advances at this pace
const graphNode = useTemplateRef('graphNode');