Re: [visualization-api] How to get the new ImageURI after changing the chart with chartEditor to print the new image (png)

2015-07-06 Thread Physique Versaillles Crtt
Thank you Daniel! It works! Le samedi 4 juillet 2015 20:05:52 UTC+2, Daniel LaLiberte a écrit : When you open the editor again, you need to use the new wrapper. When you create the image, you need to not replace the outerHTML since that is where your id is, so it would never be found again.

[visualization-api] Training

2015-07-06 Thread Camille Maurouard
Hi ! I would like to develop my skills In Google visualisation API. It would be an excellent tool for my business. Do you know if some training exist ? I search a training on 1, 2 or 3 days which is ending by a certification. This certification would be a great selling point for my clients.

[visualization-api] Single Row Data Table

2015-07-06 Thread Brandon Matthews
I have an unusual dilemma, and I think the crux of my problem stems from having only a single table row of data. I've exhausted every possibility I can think of, and then some. Why only a single row of data? Well I want the data in the row to be uniform with the google charts and tables already

Re: [visualization-api] Re: Do Material Bar Charts support annotations?

2015-07-06 Thread Daniël
I'm also interested in this feature. Where and when do we get updates about this? I've seen that the website for Google Charts is being updated, but I haven't seen any updates on the Material Charts. On Tuesday, March 3, 2015 at 3:36:30 PM UTC+1, Sergey wrote: Material Charts do not yet

Re: [visualization-api] Training

2015-07-06 Thread 'Jon Orwant' via Google Visualization API
Hi Camille, I'm not aware of any Google Charts trainings. Jon On Mon, Jul 6, 2015 at 7:17 AM, Camille Maurouard maurouard.cami...@gmail.com wrote: Hi ! I would like to develop my skills In Google visualisation API. It would be an excellent tool for my business. Do you know if some

[visualization-api] More than two lines in a line chart?

2015-07-06 Thread Robert Ramzi Khayat
Hello, Is it possible to have more than two lines in a line chart? See example http://codepen.io/dnwebdev/pen/mJxReY Thanks -- 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

Re: [visualization-api] More than two lines in a line chart?

2015-07-06 Thread Robert Ramzi Khayat
OH! I see thanks! On Monday, July 6, 2015 at 10:40:48 AM UTC-4, Daniel LaLiberte wrote: Notice that your 'rows' don't define more than 3 columns for each row. For all the other columns, the data is all nulls. On Mon, Jul 6, 2015 at 10:36 AM, Robert Ramzi Khayat robert...@gmail.com

[visualization-api] legend{position:'top'} not working for material chart

2015-07-06 Thread mariummalik22
I tried positioning my legend to the top, but I wasn't able to do so. Is this option available in material chart or not? -- 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

Re: [visualization-api] More than two lines in a line chart?

2015-07-06 Thread Robert Ramzi Khayat
+Daniel, thank you for the reply. This is the object in question. var myObj = { cols: [ {id:,label:Date,type:string}, {id:,label:a,type:number}, {id:,label:b,type:number}, {id:,label:c,type:number},

Re: [visualization-api] More than two lines in a line chart?

2015-07-06 Thread 'Daniel LaLiberte' via Google Visualization API
Yes, it is certainly possible. But your data, from myObj, only has 3 columns in your 'rows', although you defined more than 3 columns in your 'cols'. On Mon, Jul 6, 2015 at 9:21 AM, Robert Ramzi Khayat robertrkha...@gmail.com wrote: Hello, Is it possible to have more than two lines in a

Re: [visualization-api] More than two lines in a line chart?

2015-07-06 Thread 'Daniel LaLiberte' via Google Visualization API
Notice that your 'rows' don't define more than 3 columns for each row. For all the other columns, the data is all nulls. On Mon, Jul 6, 2015 at 10:36 AM, Robert Ramzi Khayat robertrkha...@gmail.com wrote: +Daniel, thank you for the reply. This is the object in question. var myObj = {

[visualization-api] Re: Geo Charts

2015-07-06 Thread sb
I just noticed I have title called Geo charts instead of Geo Maps, thanks Brandon On Thursday, July 2, 2015 at 3:33:53 PM UTC-5, s...@2census.com wrote: I have a few Questions. 1. The GeoMap looks really washed and faded. Is there a way to darken the boarder lines? If you hover over a

[visualization-api] How to customize the hAxis in a linear graph

2015-07-06 Thread MDL
Hi, I need to customize the hAxis of a line chart. The values for this axis are continous and numeric. My problem is that I need to scale the axis in a 1.85 factor so the axis will looks like the attached file. Is there a way to achieve this ? Thanks -- You received this message because

[visualization-api] Greying out legends not working for new google.charts.Line charts

2015-07-06 Thread Pavankumar C
Hi , I have a requirement to grey out the legends and hide the lines once user clicks on the legend. However, the lines are getting hidden but the legend is not getting greyed out. The same piece of code works with all other visualization charts. The code is as below.