-
Notifications
You must be signed in to change notification settings - Fork 198
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
[BUG] Border disappears after hover on candlestick #24
Comments
@loicbourgois thanks for reporting. This didn't use to happen before your commit to add OHLC support. You can verify by going back to the commit before that with |
Yes, I'm on it. And actually, I think the problem has to do with the See updated jsfiddle. |
I added If
If
Also, I ran some grep commands :
So from what I understand, there is some code in a function related to hovering in Chart.js that checks if @benmccann Is this a bug in Chart.js or should this be resolved in financial ? Also, I find it strange that while hovering, the value is changed from |
This sounds like a bug in Chart.js. I'd recommend seeing if you can reproduce it with a plain bar chart or scatter chart to verify that and filing an issue upstream at https://github.com/chartjs/Chart.js/issues |
Found a way to fix the issue in Chart.js loicbourgois/Chart.js@ea150cd (but if feels like a hack) |
This will be fixed in the next release of Chart.js chartjs/Chart.js#5570 Thanks @loicbourgois for discovering the issue and driving the fix! |
This is fixed now. Thanks @loicbourgois for the report and all the help towards getting it fixed |
On a candlestick chart, after hovering over a value, the borders disappear if the chart is configured to display a tooltip with the following parameters :
jsfiddle
Before hover
After
The text was updated successfully, but these errors were encountered: