Google charts localization

Created on 10 August 2019, over 5 years ago
Updated 18 April 2025, 14 days ago

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.

Feature request
Status

Closed: won't fix

Component

Google Charts integration

Created by

🇮🇹Italy robertoperuzzo 🇮🇹 Tezze sul Brenta, VI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024