After angular2 updated, they don't import Highcharts from angular2-highcharts anymore. How can I set options? Plunker
I want to add
Highcharts.setOptions({ lang: { thousandsSep: ',' } });
Thanks
After angular2 updated, they don't import Highcharts from angular2-highcharts anymore. How can I set options? Plunker
I want to add
Highcharts.setOptions({ lang: { thousandsSep: ',' } });
Thanks
Just add it to the literal inside the constructor: (inside app/main.ts) in the plunker.