mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 00:07:21 -06:00
Flow durations as a scatter with a log axis.
This commit is contained in:
parent
df783f15b8
commit
2560394650
@ -5,8 +5,7 @@ export class FlowDurationsGraph extends DashboardGraph {
|
||||
super(id);
|
||||
this.option = {
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
data: [],
|
||||
type: 'log',
|
||||
name: "Seconds"
|
||||
},
|
||||
yAxis: {
|
||||
@ -15,7 +14,7 @@ export class FlowDurationsGraph extends DashboardGraph {
|
||||
},
|
||||
series: {
|
||||
data: [],
|
||||
type: 'bar',
|
||||
type: 'scatter',
|
||||
}
|
||||
};
|
||||
this.option && this.chart.setOption(this.option);
|
||||
|
Loading…
Reference in New Issue
Block a user