format percentage on y axis
This commit is contained in:
parent
eabe5b2de8
commit
e215575aa9
1 changed files with 3 additions and 0 deletions
|
|
@ -1997,6 +1997,9 @@
|
|||
y: {
|
||||
min: 0,
|
||||
max: 101, // 101 is "Plugged In", need to include for tooltip to work
|
||||
ticks: {
|
||||
callback: (label) => `${label}%`,
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue