When displaying two series on a polar chart, with two different y axes, each one being associated with a different pane, we cannot use gridLineInterpolation='polygon'
We get 'Cannot read property 'tickPositions' of undefined'
Hi @remilandais,
Thank you for the reporting. Indeed it is a bug.
Demo:
As a workaround it is possible to use multiple xAxis that are connected with all of the panes used in your chart: http://jsfiddle.net/0f70rszg/6/
It should also be possible to create small wrapper and set initial xAxis as chart.xAxis[0]: http://jsfiddle.net/0f70rszg/7/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!
Most helpful comment
As a workaround it is possible to use multiple xAxis that are connected with all of the panes used in your chart: http://jsfiddle.net/0f70rszg/6/
It should also be possible to create small wrapper and set initial xAxis as chart.xAxis[0]: http://jsfiddle.net/0f70rszg/7/