Skip to content
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

Error on hover event of parallel coordinates graph component #3128

Open
nplinden opened this issue Jan 22, 2025 · 0 comments
Open

Error on hover event of parallel coordinates graph component #3128

nplinden opened this issue Jan 22, 2025 · 0 comments
Labels
bug something broken P2 considered for next cycle

Comments

@nplinden
Copy link

nplinden commented Jan 22, 2025

Hi all,
I've been getting the following errors when hovering on a parallel coordinates in a plotly dash app

Image

This seems to be related to this unresolved issue plotly/dash-core-components#157 from the dcc archived repo.
The answers to this issue outline the fixes necessary, but I can't seem to find if these fixes were ever implemented.

Context

I'm plotting a parallel coordinates graph in a dash app using plotly.
I run on an Ubuntu 20.04 machine as a server and MS Edge 131 on Windows 11 as front.

Here is the dependencies field from my pyproject.yml file:

dependencies = [
    "dash>=2.18.2",
    "dash-bootstrap-components>=1.6.0",
    "flask-assets>=2.1.0",
    "flask>=3.0.3",
    "loguru>=0.7.3",
    "numpy>=2.2.1",
    "pandas>=2.2.3",
]

Describe the bug

Hovering over line of a parallel coordinates plot causes a "Uncaught TypeError: Cannot read properties of undefined" error.

Cheers!

@gvwilson gvwilson changed the title [BUG] Error on hover event of parallel coordinates graph component Error on hover event of parallel coordinates graph component Jan 23, 2025
@gvwilson gvwilson added bug something broken P2 considered for next cycle labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

2 participants