mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Fix chart y-axis
This commit is contained in:
@@ -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 + '%';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user