Hmm. Very odd. It’s scaling the heights correctly, which means it’s calculating the max correctly, but the label isn’t getting set correctly for some reason (works fine for me).
Can you right-click on the Reviews widget and find the table element in the HTML? It should have a style attached to it that sets the --max-label css variable (set to 216 on my screen here):
If it’s actually set to 0 it’s one problem, if it’s unparsable it’s another…
EDIT:
The only thing I can even hypothesize is that max isn’t written as an integer to the CSS. I’ve added an explicit toFixed() in the dev version I just uploaded (https://raw.githubusercontent.com/wrex/ganbarometer-svelte/main/published/dev/bundle.js).
That shouldn’t be necessary, but …
LMK if the new version displays the max correctly now (it should 132 based in your case as the expected daily number is the largest).








