metrics: interval is not configurable, unnecessary
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user