diff --git a/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts b/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts index c335b71e226..c11bb94453a 100644 --- a/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts +++ b/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts @@ -54,7 +54,7 @@ export class FlowGraphComponent implements OnInit, AfterViewInit, OnDestroy, OnC meterdirection: ['both'], auto_reload: [''], auto_reload_time: ['', Validators.compose([Validators.pattern('[0-9]*')])], - victoriaSource: [false] + victoriaSource: [true] }); this.flowMetrics = this.dygraphService.getFlowMetricData();