pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

Highcharts-ng 0.0.13 polar windrose #653

Closed mluis closed 5 years ago

mluis commented 5 years ago

Highcharts Polar Windrose under Highcharts-ng 0.0.13

http://jsfiddle.net/Luw3nmq7/1/

Expected Behaviour

Obtain a polar stacked chart.

Current Behaviour

Doesn't stack values.

Your Environment

Notes: I've successfully managed to implement a jsfiddle with the latest version of highcharts-ng, although I would like to know which changes should one do in order to work on 0.0.13.

http://jsfiddle.net/L5ozjkcr/19/

mluis commented 5 years ago

I've find out that plotOptions should be inside the options: {} object. So this solves the issue: http://jsfiddle.net/Luw3nmq7/3/