I ran the highcharts demo app and it runs fine.
I created a variable called chartOptions
in app.component.ts
. This variable holds the json which I got from the highcharts cloud.
When I bind this variable to options in Highcharts, the chart is not rendering. There are no errors in the console as well. I am able to render chart using javascript ( $('#wind-rose').highcharts(json from the above link)
)
Am I missing something?