mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Improve some margins
This commit is contained in:
@@ -15,7 +15,7 @@ export class FlowCountGraph extends DashboardGraph {
|
||||
|
||||
this.option = {
|
||||
grid: {
|
||||
x: '10%',
|
||||
x: '15%',
|
||||
},
|
||||
legend: {
|
||||
orient: "horizontal",
|
||||
|
||||
@@ -5,6 +5,9 @@ export class PacketsPerSecondBar extends DashboardGraph {
|
||||
constructor(id) {
|
||||
super(id);
|
||||
this.option = {
|
||||
grid: {
|
||||
x: '15%',
|
||||
},
|
||||
xAxis: {
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
|
||||
Reference in New Issue
Block a user