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
549872a5d6
commit
b97fd4c67b
@ -5,12 +5,12 @@ export class FlowDurationsGraph extends DashboardGraph {
|
||||
super(id);
|
||||
this.option = {
|
||||
xAxis: {
|
||||
type: 'log',
|
||||
name: "Seconds"
|
||||
name: "Seconds",
|
||||
type: 'value',
|
||||
},
|
||||
yAxis: {
|
||||
name: "Samples",
|
||||
type: 'value',
|
||||
name: "Samples"
|
||||
},
|
||||
series: {
|
||||
data: [],
|
||||
|
Loading…
Reference in New Issue
Block a user