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 d231ec13..21bd60b6 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 @@ -14,6 +14,9 @@ export class FlowCountGraph extends DashboardGraph { } this.option = { + grid: { + x: '10%', + }, legend: { orient: "horizontal", right: 10,