From bbab9489e548f53021c9048a6b64ee446d2ab518 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Wed, 17 Jul 2024 09:15:06 -0500 Subject: [PATCH] Better margin on the tracked flows display. --- .../lqosd/src/node_manager/js_build/src/graphs/flows_graph.js | 3 +++ 1 file changed, 3 insertions(+) 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,