GWT Highcharts does not retain original view if I detach and re-attach a rendered chart. This problem happens when Axis categories is set and the chart is inverted.
It seems that chart.setPersistent(true) should keep axis categories together with point array. I also wonder about axis min/max, chart extremes, plot line/band...
Last edit: tvhnet 2012-08-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
GWT Highcharts does not retain original view if I detach and re-attach a rendered chart. This problem happens when Axis categories is set and the chart is inverted.
I suspect BaseChart.onLoad() causes it.
Here is my test code in GWT:
When click on "test" button, labels of xAxis are changed. My expectation is nothing changed.
I also test this case on pure Highcharts. This problem does not happen. Check it here:
This problem still happens if I remove chart.setInverted(true) and change series type to BAR.
It seems that chart.setPersistent(true) should keep axis categories together with point array. I also wonder about axis min/max, chart extremes, plot line/band...
Last edit: tvhnet 2012-08-10