Improve some margins

This commit is contained in:
Herbert Wolverson
2024-07-18 10:27:29 -05:00
parent ae9c3b1d2e
commit 280176a4c2
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export class FlowCountGraph extends DashboardGraph {
this.option = {
grid: {
x: '10%',
x: '15%',
},
legend: {
orient: "horizontal",

View File

@@ -5,6 +5,9 @@ export class PacketsPerSecondBar extends DashboardGraph {
constructor(id) {
super(id);
this.option = {
grid: {
x: '15%',
},
xAxis: {
type: 'value',
axisLabel: {