Highcharts: Multiple panes not compatible with gridLineInterpolation='polygon'

Created on 22 Jun 2017  路  3Comments  路  Source: highcharts/highcharts

Actual behaviour

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'

Live demo with steps to reproduce

http://jsfiddle.net/remilandais/d2azhhse/

Stale Bug

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/

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings