mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Log axes aren't working properly - try this
This commit is contained in:
parent
a8dbf6187a
commit
c7f06f9a39
@ -6,7 +6,7 @@ export class FlowDurationsGraph extends DashboardGraph {
|
|||||||
this.option = {
|
this.option = {
|
||||||
xAxis: {
|
xAxis: {
|
||||||
name: "Seconds",
|
name: "Seconds",
|
||||||
type: 'log',
|
type: 'value',
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
name: "Samples",
|
name: "Samples",
|
||||||
|
Loading…
Reference in New Issue
Block a user