mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Scale numbers on # flows graph
This commit is contained in:
parent
da4df7dce8
commit
f69309f7b7
@ -20,6 +20,11 @@ export class FlowCountGraph extends DashboardGraph {
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
formatter: (val) => {
|
||||
return scaleNumber(Math.abs(val));
|
||||
},
|
||||
}
|
||||
},
|
||||
series: {
|
||||
name: 'flows',
|
||||
|
Loading…
Reference in New Issue
Block a user