Updating 3d columns with z stacking fails #4743
Comments
I think this example shows better what happens: http://jsfiddle.net/m69rbc9p/16/ - all columns are placed with wrong |
Small debugging: This is caused by this line - |
Okay, please feel free to provide a fix. As for the lines in Column.js, they point to #4062 so at least you need to check that. |
... and otherwise try to replicate the conditions of those lines and see what it does. |
I didn't found any case, when it fails. There is only one thing I am concerned about: zIndexes are floating point numbers, not integers - we had similar issue with pie chart a while ago, but I don't want to add more logic if this is not necessary. Additionally, I pushed test for #4062. |
Demo: http://jsfiddle.net/highcharts/m69rbc9p/15/
The demo shows updating
showInLegend
, but it also applies to changing Y value etc.The text was updated successfully, but these errors were encountered: