Re: [visualization-api] Swiss currencies

2016-02-19 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, We don't actually support the 'ch' locale in Google Charts. Your best bet to get this working today would probably be a custom formatting string. On Fri, Feb 19, 2016 at 9:55 AM Gibono wrote: > Hi, > I'm trying to display an amount of swiss francs, but I don't find the >

[visualization-api] Swiss currencies

2016-02-19 Thread Gibono
Hi, I'm trying to display an amount of swiss francs, but I don't find the langage associated to Swiss Francs. How can I change the local currency to swiss francs? Here is my code: google.charts.load('current', {'packages':['corechart'], 'language': 'CH'});