You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in a Radar Chart things are slightly different. With only the R scales how could I extract the coordinates of the Value and Tick in pixels.
For example:
How to get the pixel coordinates of Mon 18?
I do see the ticks in scales.r.ticks[index] but am not able to convert this into a pixel [x, y] value.
Is there a specific command for Radar Chart / Radial scales?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I know in Bar and Line Chart there is a way to get the (x,y) coordinates with
scales.x.getPixelForValue(index)
scales.y.getPixelForValue(value)
However, in a Radar Chart things are slightly different. With only the R scales how could I extract the coordinates of the Value and Tick in pixels.
For example:
How to get the pixel coordinates of Mon 18?
I do see the ticks in scales.r.ticks[index] but am not able to convert this into a pixel [x, y] value.
Is there a specific command for Radar Chart / Radial scales?
Beta Was this translation helpful? Give feedback.
All reactions