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
I use ggradar in combination with plotly to create a radar chart. After using plotly to obtain the hover-text ability I get the coordinates of every point when I mouse over each point but this does not make sense to me. How can I get the actual values instead of coordinates?
I am also experiencing this problem. The ggradar legend does not display class labels (i.e. row names of the input data) instead it displays the min/max point corresponding to each axis. I have tried to coerce the labels to appear in the legend without success.
I have something that might help you. A few years ago, I did a radar visualization with plotly and ran into the same issue. However, I did some edits to ggradar's source code so it would add a tooltip with customized values to the plotly.
I created a GitHub repository with this customization for you:
I use
ggradar
in combination withplotly
to create a radar chart. After usingplotly
to obtain the hover-text ability I get the coordinates of every point when I mouse over each point but this does not make sense to me. How can I get the actual values instead of coordinates?The text was updated successfully, but these errors were encountered: