amcharts / export

Apache License 2.0
56 stars 33 forks source link

How to change language #72

Closed bravility closed 6 years ago

bravility commented 6 years ago

I set this config,but it not working export: { enabled: true, language: 'de' },

maertz commented 6 years ago

You need to set the language at chart level. https://docs.amcharts.com/3/javascriptcharts/AmChart#language

bravility commented 6 years ago

@maertz it does not work too.

        var chartDiv = AmCharts.makeChart("chartDiv", {
            //....other config
            export: {
                enabled: true,
                // language: 'lt'
            },
            language: 'lt'
        });

demo