Skip to content

enhance Plotly Parallel Coordinates Plot with Hover Data Functionality #7016

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

Open
madrpernat opened this issue Jun 5, 2024 · 1 comment
Open
Labels
feature something new P3 backlog

Comments

@madrpernat
Copy link

I have implemented a Plotly parallel coordinates plot in a Dash app. The implementation process was straightforward which I appreciated. However, it appears that this type of plot currently does not support hover data functionality.

In applications where each observation (i.e., line) possesses a unique string identifier or label, which would not have its own separate axis, the absence of hover data becomes a significant limitation. Hover data can be used to quickly identify and distinguish between different observations.

For example, the Bureau of Reclamation's public web tool employs parallel coordinates plots to compare the multiobjective performance of various policies. As the user mouses over each line, the tool displays the policy's ID along with its corresponding values for the different axes.

I have attached a screen recording from the Bureau of Reclamation's web tool to illustrate this feature, which I think would be a great addition to Plotly's parallel coordiantes plots.

PC_w_hover_example.mp4
@siakouchine
Copy link

siakouchine commented Jun 6, 2024

This would be a nice feature!
I have been asking for this feature to be implemented for a long time but unfortunately nothing happened :(
It looks like parcoords plots are not a priority for Plotly...
see: #6188
see: https://community.plotly.com/t/how-to-change-line-width-of-parallel-coordinates-parcoords/9758
see: #4504
see: #3939 (comment)

@gvwilson gvwilson self-assigned this Jul 12, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson changed the title Enhancement of Plotly Parallel Coordinates Plot with Hover Data Functionality enhance Plotly Parallel Coordinates Plot with Hover Data Functionality Aug 9, 2024
@gvwilson gvwilson added feature something new P3 backlog labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P3 backlog
Projects
None yet
Development

No branches or pull requests

3 participants