Jitter on radar chart #11032
Unanswered
PedroJBrito
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Hi Pedro, There is a way, it is not the best method but an option that I need to work out the details more in depth. So it does not have tooltip option because the dots are drawn directly with the canvas API. |
Beta Was this translation helpful? Give feedback.
4 replies
-
After long thinking and your preference for radar chart I found an easier way: https://youtu.be/r1ppopNWM14 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I want to make use of the radar chart not to display areas but instead to display points that should be displayed around the angleLines. What I have so far is all points aligned with the angleLines. Is there any way to make those points spreading around the angleLines? I saw a jitter example that manages the x and y coordinates but since this is a radar chart and we don't have x and y, how can I achieve the same jitter effect here?
Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions