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 = { this.option = {
grid: { grid: {
x: '10%', x: '15%',
}, },
legend: { legend: {
orient: "horizontal", orient: "horizontal",

View File

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