web: Fix Y-Axis labels
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: unclejustin
Naive implementation. Just make the padding bigger
Check these screenshots
However, coding up a dynamic solution may be non-trivial. Not hard, but we'd have to find if any number in any of the data arrays is greater than 999 then adjust padding upward if so. Not a big deal on small data arrays, but we don't have absolute control over how big these might be
Note regarding the above. D3 intelligently caps this at 3 digits + 1 character. So that is the maximum width Y will ever be.
Fixes #21958 (closed)
Push commits to the source branch or add previously merged commits to review them.