We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every button here should only animate a single axis: https://jsfiddle.net/9onwtvgu/
But clicking the first button also animates the second and third axis and clicking the second button also animates the third axis.
The problem seems to be that editX and editY are not initialised to null here:
editX
editY
null
plotly.js/src/plots/plots.js
Lines 2424 to 2436 in fbbcd20
The same problem might be found here as well (but not related to animations, I assume):
Lines 2521 to 2533 in fbbcd20
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
Sorry, something went wrong.
fix #4153 - reset loop variable in old/new transition prepare loops
41a5a83
- this commits fixes both the `Plotly.animate` and the `Plotly.react` case.
etpinard
Successfully merging a pull request may close this issue.
Every button here should only animate a single axis:
https://jsfiddle.net/9onwtvgu/
But clicking the first button also animates the second and third axis and clicking the second button also animates the third axis.
The problem seems to be that
editX
andeditY
are not initialised tonull
here:plotly.js/src/plots/plots.js
Lines 2424 to 2436 in fbbcd20
The same problem might be found here as well (but not related to animations, I assume):
plotly.js/src/plots/plots.js
Lines 2521 to 2533 in fbbcd20
The text was updated successfully, but these errors were encountered: