[visualization-api] Locale : fr

2019-10-08 Thread Denis Duval
Hello, I want to change the Locale for my charts. This code in the documentation does not work. Can you help me ? Thank you.

[visualization-api] Re: Locale : fr

2019-10-08 Thread Denis Duval
thank you for your reply. Here my code : HTML : "http://www.w3.org/TR/html4/loose.dtd;> http://www.w3.org/1999/xhtml; xmlns:ui="http://java.sun.com/jsf/facelets; xmlns:h="http://java.sun.com/jsf/html; xmlns:f="http://java.sun.com/jsf/core;

[visualization-api] Box Plot with min max average SD and user data

2019-10-08 Thread Ivan Marinovic
Hi, I need to create a chart like a box plot. I have a table with this data: min max average average + SD (standard deviation) average - SD user result -> to be shown on the graph with dot searching I find this

Re: [visualization-api] Re: Locale : fr

2019-10-08 Thread 'Daniel LaLiberte' via Google Visualization API
Your code says: > *google.charts.load('current', {'packages': ['corechart'], > 'language': 'fr'}); < my charts are not displayed!* > google.charts.load('current', {'packages': > ['annotationchart']}); So you have two calls of google.charts.load, which is

[visualization-api] How to unsubscribe from emails

2019-10-08 Thread Peter Haworth
How can I unsubscribe from emails from this group? There are instructions in the emails I receive to send an email to a specific email address which I've done at least a half dozen times but I still get emails every day. -- You received this message because you are subscribed to the Google

Re: [visualization-api] How to unsubscribe from emails

2019-10-08 Thread PRIYANKA
I am facing the similar issue. Please, could anyone suggest how to unsubscribe from emails from this group? On Tue, Oct 8, 2019 at 10:03 PM Peter Haworth wrote: > How can I unsubscribe from emails from this group? There are instructions > in the emails I receive to send an email to a specific

Re: [visualization-api] How to unsubscribe from emails

2019-10-08 Thread 'Jon Orwant' via Google Visualization API
Visit https://groups.google.com/forum/?#!forum/google-visualization-api and click on "My Settings" icon in the upper right. Jon On Tue, Oct 8, 2019 at 12:38 PM PRIYANKA wrote: > I am facing the similar issue. Please, could anyone suggest how to > unsubscribe from emails from this group? > > On

Re: [visualization-api] Re: Locale : fr

2019-10-08 Thread Denis Duval
Ok. Thank you very much. Le mar. 8 oct. 2019 à 16:33, 'Daniel LaLiberte' via Google Visualization API a écrit : > Your code says: > >> *google.charts.load('current', {'packages': ['corechart'], >> 'language': 'fr'}); < my charts are not displayed!* >> >

Re: [visualization-api] Translate tooltip in Gantt Chart

2019-10-08 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Bruno, Sorry, but we need to have the Gantt Chart tooltip text strings localized. I'll look into getting that done.Thanks for your report. On Tue, Oct 8, 2019 at 4:38 PM Bruno Scoti wrote: > Hi, i need to translate the default tooltip information in the Gantt > Chart, but it's not

[visualization-api] Re: Whisker Chart with Intervals

2019-10-08 Thread Ivan Marinovic
i don't understed first value: data.addColumn('number', 'values'); why is it used or is it shown on the graph? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send

[visualization-api] Translate tooltip in Gantt Chart

2019-10-08 Thread Bruno Scoti
Hi, i need to translate the default tooltip information in the Gantt Chart, but it's not working. I set the language for 'pt-BR', but only dates have been translated. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe

[visualization-api] Column chart : annotations

2019-10-08 Thread Denis Duval
Hello, In a column chart I want to write a vertical annotation like this : [image: Sans titre.png] My options code...: annotations: { > > alwaysOutside: false, > > highContrast: true, > > style: 'line', > > textStyle: { > >

Re: [visualization-api] Locale : fr

2019-10-08 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Denis, If you can provide a more complete example, we can probably figure out why you are not seeing the 'fr' locale work in your case. Here is an example showing that it works for the Calendar. https://jsfiddle.net/dlaliberte/64mrdvxL/ Note that text in your data and options are not