-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Extra hover text not work in Candlestick charts #2481
Comments
In js: https://codepen.io/etpinard/pen/OvWYNQ?editors=1010 Thanks for the report. |
Hmm. Here's another very annoying finance chart bug. Candlestick traces generate It feels like I've been saying this a million times, but really, we should get rid of our transform trace hacks. |
Done in #2561 |
Fixed by #2510 - this is working now on master. |
Example:
However, turning the line
trace = go.Candlestick(
totrace = go.Ohlc(
works just fine.The plotly version is
2.2.3
.The text was updated successfully, but these errors were encountered: