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 = {
|
this.option = {
|
||||||
grid: {
|
grid: {
|
||||||
x: '10%',
|
x: '15%',
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
orient: "horizontal",
|
orient: "horizontal",
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user