diff --git a/src/rust/lqosd/src/node_manager/js_build/src/graphs/flows_graph.js b/src/rust/lqosd/src/node_manager/js_build/src/graphs/flows_graph.js index e3a90ec0..5956d651 100644 --- a/src/rust/lqosd/src/node_manager/js_build/src/graphs/flows_graph.js +++ b/src/rust/lqosd/src/node_manager/js_build/src/graphs/flows_graph.js @@ -20,6 +20,11 @@ export class FlowCountGraph extends DashboardGraph { }, yAxis: { type: 'value', + axisLabel: { + formatter: (val) => { + return scaleNumber(Math.abs(val)); + }, + } }, series: { name: 'flows',