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: {
|
yAxis: {
|
||||||
type: 'value',
|
type: 'value',
|
||||||
|
axisLabel: {
|
||||||
|
formatter: (val) => {
|
||||||
|
return scaleNumber(Math.abs(val));
|
||||||
|
},
|
||||||
|
}
|
||||||
},
|
},
|
||||||
series: {
|
series: {
|
||||||
name: 'flows',
|
name: 'flows',
|
||||||
|
Loading…
Reference in New Issue
Block a user