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