Pie chart 3d - empty space between slices #7097
Comments
Steps: |
when will there be a solution for this? i have similar issue where my 3d pie chart slice overlaps another, or is under another 3d pie slice when i click legend to hide, then show. |
Hi @vikingschris, |
@sebastianbochan I'm using angular-highcharts (specifically https://github.com/cebor/angular-highcharts) wrapper, and importing the highcharts-3d from highcharts itself. This error is when I add showInLegend: true...... click the legend to hide, then show, the section of the pie is either overlap by another section of the pie, or directly under another section of the 3d pie. Are you suggesting if I'm using the wrapper, then this has to do with wrapper, and not the native highcharts? |
Hi @vikingschris, |
@sebastianbochan It is most likely a Highcharts issue, it's just difficult to replicate. I can see it too from time to time, but struggle finding a reliable way to reproduce it. |
Got it, it happens when we hover the chart while animating. Programmatically it can be done by setting the state to 'hover': http://jsfiddle.net/highcharts/to7kczpm/11/ |
Distilled demo using the renderer only. As we can see, the 2d arc is able to run two animations in parallel (the color animation starts midway the shape animation). The 3d arc fails, as the first animation stops when the second sets in: |
Actual behaviour
Live demo with steps to reproduce
Demo:
Difficult to replicate.
Affected browser(s)
All
The text was updated successfully, but these errors were encountered: