diff --git a/src/public/index.html b/src/public/index.html index 80382d1..31838e9 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -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: {