Hello
I have an Angular column chart. On render event, I calculate the CategoryAxis labels steps. Then after zoomEnd event, I get new (current) categories and according to them, again I recalculate the CategoryAxis labels steps to have new steps(distance) for labels.
The question is, that after setting the new step size, the chart initialized again with "0" levels zooming. I mean after setting the new steps I lose my zoomed stage.
Thanks in advance