Incorrect assignment in data table for donut charts #8494
Closed
Labels
Comments
Hi @emichalsky, @oysteinmoseng any comments? |
Simplified demo: https://jsfiddle.net/highcharts/edby3r0q/4/ The top-level categories (Animals and Plants) are completely missing from the data export. |
Thank you Torstein, this was very fast! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Values in the donut data table are correctly assigned to their categories.
Actual behaviour
You can see it in the Fiddle of the donut chart demo https://www.highcharts.com/demo/pie-donut.

Values in the second column ("Browsers") are all shifted to the top, such that the correct assignment gets lost. In order to avoid the misalignment, there should be spaces in the respective table cells of the second column. I tried to illustrate the correct behaviour in contrast to the actual one in a screenshot by colored arrows and boxes:
Live demo with steps to reproduce
https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/pie-donut/
Product version
6.1.0
Affected browser(s)
all
The text was updated successfully, but these errors were encountered: