You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The googleChartsLoader in vue-charts calls google.charts.load(version, options); but doesn't expose the language option in its interface googleChartsLoader (packages = ['corechart'], version = 'current', mapsApiKey = false)
The text was updated successfully, but these errors were encountered:
Google's library allows you to specify the language in its settings
https://developers.google.com/chart/interactive/docs/basic_load_libs#load-settings
The googleChartsLoader in vue-charts calls
google.charts.load(version, options);
but doesn't expose the language option in its interfacegoogleChartsLoader (packages = ['corechart'], version = 'current', mapsApiKey = false)
The text was updated successfully, but these errors were encountered: