Wrong Hover/Highlight(Selection) on Charts #6687
Comments
Same error happens here, with an additional bug: not only the hovering goes wrong, but the highlighting too. See http://jsfiddle.net/c0fbL8vb/ How to reproduce the highlighting bug:
How to reproduce the wrong hovering bug:
|
Thank you for reporting this issue. It's a regression, in 5.0.10 examples work fine: Regression from 13cfbe1 commit. |
Hey, unfortunately with 5.0.10 i could still repro But with 5.0.9 works, attached fiddle. |
At first I thought that the bug persisted, because I regressed my So for other people who might have the same problem: you should upgrade (or downgrade) every module as well, otherwise the bug will remain there. Thanks for the help! |
@jon-a-nygaard This needs priority. |
@TorsteinHonsi Yes, currently working on it. Not yet found the cause of problem. |
Internal Note: Simplified demo |
Potential workaround Update |
Something is completely wrong now. I must hover with the mouse directly over the data point. Before, I could hover with the mouse anywhere over the data point, the tooltip would come. See versus http://jsfiddle.net/cjsnxj4x/3/ (version 4.2.3) |
Another bug found - with scatter charts using shared tooltips. See http://jsfiddle.net/773sz6Lv/1/ - move the mouse over the blue part of the point 1269 - the shared tooltip from market value does not appear. And now move the mouse up - the shared tooltip will eventually appear: |
Just tested the issue above with freshly released 5.0.12 - it still persists :( |
@jon-a-nygaard Could you verify it? |
Not certain what excactly is causing that issue, currently looking into it. |
The last issue is a similar but a different one from the original one in this topic. I will likely create a new issue to seperate these. ExplanationCaused by some series having the closest point to the mouse pointer on a different x value than the hovered point. Resulting in a filter removing these points, and too few points are passed to the tooltip. Potential Workaround |
Hi. The issue is not a show-stopper, take your time. |
Description
This happens when hovering over last serie, highcharts selects wrong points.
Expected behaviour
Highcharts should select an entire column with all points.
Actual behaviour
Highcharts selects points from different columns
Live demo with steps to reproduce
http://jsfiddle.net/Resems/m23omt3r/1/
Image attached, hovering last Column, lowest points, selects nearby Column, so the end result is awkward, selection is : 3 point from 7 jan, and other points from 8 jan.
The text was updated successfully, but these errors were encountered: