-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Spiderweb Shared Tooltip not rendering #17472
Comments
Thanks @rw-jchartis for reporting this issue!
FYI @bre1470 |
The problem is with a highcharts/ts/Series/PolarComposition.ts Lines 147 to 151 in e23cfb7
Workaround (pass a correct context): https://jsfiddle.net/BlackLabel/x64hetLn/ point = s.searchPoint.call(s.polar, e, compareX) |
Same problem here. Sorry for the duplicate. Is there a way to fix this problem temporarily? |
Hi @GabrieleT0, The workaround is posted in the previous post: https://jsfiddle.net/BlackLabel/x64hetLn/ |
Thank you so much. |
Any idea when this bug fix will go live? We would prefer not to implement the aforementioned workaround if this will be updated sooner, rather than later. Thanks. |
Hi @jsokol, We are currently during the vacation period, so all of the fixes/releases are currently on hold. For now, you need to use the workaround. Sorry for the inconvenience :( |
Totally understand you guys being on vacation and I'm not pushing for an immediate fix. I guess what I'm trying to figure out is when you'll be off vacation and fixes/releases are no longer on hold so this can be addressed? Are we talking days? |
@jsokol, the fix is already in review, so in terms of development, there is not much to take into consideration. It is a matter of the date of the next release, which I would expect to be near the end of August. |
This helps a ton! Thank you! |
Expected behaviour
Shared Tooltip should render multiple datapoints for the respective variable.
Actual behaviour
Tooltip does not render at all and the following error is thrown in the console.
Live demo with steps to reproduce
Shared tool tip is no longer working on the demo provided via the Highcharts website. Just hover over a datapoint and you will see the tool tip does not render.
https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/polar-spider
Product version
Latest version from https://code.highcharts.com
Affected browser(s)
Chrome, Firefox, IE.
The text was updated successfully, but these errors were encountered: