mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 07:56:57 +00:00
Fix chart y-axis
This commit is contained in:
parent
577a577350
commit
443581d676
@ -161,7 +161,8 @@ export default function ServerDetail() {
|
|||||||
max: 100,
|
max: 100,
|
||||||
beginAtZero: true,
|
beginAtZero: true,
|
||||||
ticks: {
|
ticks: {
|
||||||
stepSize: 20,
|
stepSize: 25,
|
||||||
|
autoSkip: false,
|
||||||
callback: function(value: any) {
|
callback: function(value: any) {
|
||||||
return value + '%';
|
return value + '%';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user