-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
relayoutData fails with Candlestick plots #355
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
I'm getting weird behavior with this example. It seems to work on the initial load of an app, then never again until you hard restart (ctrl+c and re-start) the app returning only Works with I'm not too familiar with the |
Yeah, the first thing that we should do is get We originally had |
Okay that seems like an easy enough fix, I'll see if it works |
And if that doesn't, then it'd likely be an issue with plotly.js itself |
Did this end up fixing the issue? |
Yeah, confirmed working with |
You guys are the best, thanks so much |
I found what appears to be a bug with using relayoutData callbacks with Candlestick plots. A couple of things I noticed:
What I'm working with:
dash_core_components ==0.28.0
dash_html_components== 0.11.0
dash== 0.26.2
plotly== 3.1.1
The text was updated successfully, but these errors were encountered: