How to set 'lang' property in Highcharts using Angular JS?
问题 We are using Highcharts in our application using Angular JS. I want to set the formatting of amounts in a user culture specific formats which I am receiving from $locale service. After refering a link i got know that we can set values in below property for Highcharts: Highcharts.setOptions({ lang: { thousandsSep: ',' } }); But while writing it in my code I am getting error that Highcharts is not defined, and also not working even if I set only lang property in the config object: function