-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error hiding and redisplaying multiple histograms #2722
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
Comments
Confirmed - thanks! This doesn't seem to have anything to do with syncing the charts though - the same thing happens if you just click the legend items the same way on the histogram, or a similar multi-trace histogram plot all by itself. |
in fact any recalc after hiding the first of several histogram traces - click to hide A and then doubleclick the plot to autorange and the same happens. |
fix #2722 - get the right traces in hist calc for cross-trace coupling
Closed by #2724 - would be closed automatically when this fix hits master but first we're going to publish it with a patch off its own branch |
https://codepen.io/anon/pen/oyZMOG
To trigger this error, on the line chart, first, disable trace A by clicking on it in the legend. Then, on the line chart, disable trace B by clicking on it in the legend. Finally, on the line chart, re-enable trace B by clicking on it in the legend. The shown stack trace is produced in the JavaScript console and trace B is not updated on the histogram. I have found more than one way to trigger this error but this is the most easily reproducible.
Also, after triggering this error, moving the mouse over the histogram throws continuous errors.
Is there a supported way for syncing traces on different charts? This was the best that I could come up with.
@rahul0705
The text was updated successfully, but these errors were encountered: