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
Hi all,
I've been getting the following errors when hovering on a parallel coordinates in a plotly dash app
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:
Hovering over line of a parallel coordinates plot causes a "Uncaught TypeError: Cannot read properties of undefined" error.
Cheers!
The text was updated successfully, but these errors were encountered:
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
Hi all,
I've been getting the following errors when hovering on a parallel coordinates in a plotly dash app
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:Describe the bug
Hovering over line of a parallel coordinates plot causes a "Uncaught TypeError: Cannot read properties of undefined" error.
Cheers!
The text was updated successfully, but these errors were encountered: