Min/Max on Radar #3155
Unanswered
MarioPerini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I probably missed something.
To make sure the problem is not on my side, I'll open a discussion before reporting it as an error.
I need the radar starts at a higher value than 0.
function(min) { return min }
and get only NaN as labelfunction(min/max) { return min/max }
and i get only 1-5 as scale, the values are far away from the diagramHere is a pen and the code to try starts in line 40 of the JS
https://codepen.io/MarioPerini/pen/jOZmeqw
Beta Was this translation helpful? Give feedback.
All reactions