-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mouseover #37
Comments
Hi @tdeimel @timelyportfolio , Was there any update on this? |
Hey aliarsalankazmi, I did not fix it. For my specific application/the way it's being used, a work-around was sufficient: when you use the brush to select a couple of lines in the plot, their values for each variable are displayed in a table below the plot. |
@tdeimel thank you! |
Hey @aliarsalankazmi, sorry for the late reply! Hope you figured it out anyway - a quick search would have led you to this for example: https://github.com/timelyportfolio/parcoords/blob/master/inst/examples/shiny/app.R |
Great, useful library!!
With a large number of observations, it becomes quite difficult to read the sample labels. A plotly-like mouseover functionality (which afik is not implemented for plotly's own parcoord plots) would be really helpful in that regard. This should, e.g., show the sample name (row name) and perhaps the exact value for the axis closest to the mouse position upon moving the cursor over the respective line. One could also limit this to lines that were selected by the brush selection to make it even less crowded.
An alternative would be to only show the row names/sample labels in the row names axis of the lines that are currently selected by the brush (and hide the all other labels).
Edit: similar to this here: http://bl.ocks.org/mostaphaRoudsari/b4e090bb50146d88aec4
The text was updated successfully, but these errors were encountered: