-
-
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
Regression: spikelines no longer supported on bar charts #2336
Comments
Thanks for the report. |
Thanks for the report @shogun70 I'll try to get a fix in before releasing |
Ok. So the culprit (no surprises) is PR #2247 In fact, all non-scatter cartesian traces are affected by this regression. Spike line generation fails because: the routine that selects spike line data from already found hover data uses So, we can easily add a fallback for that Perhaps the easier way to fix this would be the state that |
Working on this now...
I think that's right -
Currently this is done by giving these areas a fictitious distance value that's bigger than |
I like this one better 👌 |
I've been trying out the latest release (v1.33.1) and found that spikelines no longer appear on bar-charts.
This seems to be a regression from the current version I'm using (v1.30.1)
I've made what is hopefully an illustrative demo:
https://codepen.io/anon/pen/gvMBYR
The text was updated successfully, but these errors were encountered: