FERNman/angular-google-charts

Locale Support

cheesgno opened this issue · 3 comments

Hi!
As defined in the google documentation

// Load Google Charts for the Japanese locale.
google.charts.load('current', {'packages':['corechart'], 'language': 'ja'});

is there a way to load a graph with a specific locale and change it dinamically?

Best Regards

Is there any chance for this to be implemented? The project seems pretty dead :(
While I can use workarounds to use this package with angular 16, I can't make the locale work...