You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to create a highmap with overlaid piecharts based on this JSfiddle. I am fairly confident that my implementation, found below, is correct, given that I lifted the raw JS code from the above fiddle. Still, the output is not what I expect, since each pie series is rendered in the same place, rather than on each point in the series. I have enabled connector labels on the pie charts, which makes it plain to see that multiple piecharts are rendered on top of each other.
Based on this thread, I believe that the problem likely stems from some type of bug in the implementation of the onPoint option of the pie chart series. In the above thread a user of vueJS highcharts encountered the same issue that I have, and the solution in this case was for user to update to the latest version of highcharts (10.2 at the time). I have the latest version of highcharter installed, and so this will not work in my case.
It would be awesome if this issue could looked into. I suspect it might require updating highcharter to the latest version of highcharts, hence the feature request. An initial stackoverflow thread describing the problem in slightly more detail can be found here.
The text was updated successfully, but these errors were encountered:
mawtee
changed the title
Pie chart onPoint option not working as expected
Pie chart onPoint option not working as expected on hcmap
Apr 8, 2024
mawtee
changed the title
Pie chart onPoint option not working as expected on hcmap
Pie chart onPoint option not working as expected on hcmap/Feature request: update highcharts
Apr 8, 2024
I am looking to create a highmap with overlaid piecharts based on this JSfiddle. I am fairly confident that my implementation, found below, is correct, given that I lifted the raw JS code from the above fiddle. Still, the output is not what I expect, since each pie series is rendered in the same place, rather than on each point in the series. I have enabled connector labels on the pie charts, which makes it plain to see that multiple piecharts are rendered on top of each other.
Based on this thread, I believe that the problem likely stems from some type of bug in the implementation of the
onPoint
option of the pie chart series. In the above thread a user of vueJS highcharts encountered the same issue that I have, and the solution in this case was for user to update to the latest version of highcharts (10.2 at the time). I have the latest version of highcharter installed, and so this will not work in my case.It would be awesome if this issue could looked into. I suspect it might require updating highcharter to the latest version of highcharts, hence the feature request. An initial stackoverflow thread describing the problem in slightly more detail can be found here.
The text was updated successfully, but these errors were encountered: