- 🇺🇸United States bluegeek9
8.x-3.x is bug fixes only. We encourage everyone to migrate to 5.1.x.
Hi there,
I need to show my charts in italian, so I create my custom .js where I've put
Drupal.behaviors.chartLocalization = {
attach: function (context, settings) {
// Load Google Charts API.
google.charts.load('current', {packages: ['corechart', 'gauge'], 'language': 'it'});
}
};
But it doesn't overwrite the contrib module
// Load Google Charts API.
google.charts.load('current', {packages: ['corechart', 'gauge']});
I think it will be usefull to add a new localization option in Chart Settings page in order to allow admin user to change it.
I offer my help to implement this feature, meanwhile is there a quick workaround to solve my issue?
Thanks.
Closed: won't fix
Google Charts integration
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
8.x-3.x is bug fixes only. We encourage everyone to migrate to 5.1.x.