-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 2.1.1
-
Security Level: Jimmy
-
None
setting the chart type to "polar" has the side effect, that it calls setPolar(true)
In addition to that it sets a chart type of "polar" which doesn't exist in highcharts and is simply ignored.
The chart will then render like a polar line chart.
It seems like the type polar is obsolete an can be removed or deprecated (with a hint that it also calls setPolar(true)).