[visualization-api] Frozen chart without CSS

2016-05-10 Thread Jack Lin
Hi, The recent v45 broke some of my software - I would like to use frozen version v44. However, to use v44 I had to use the new gstatic loader api instead of the old jsapi loader. This gstatic loader will load CSS files which is not desired (as I am using google closure too, we want to

Re: [visualization-api] Geo Map disputed areas

2016-05-10 Thread Carlos Moreira
More domains would be a great help to a lot of projects. What other domains can we expect to be implemented? On Wednesday, February 17, 2016 at 6:13:58 PM UTC, Sergey wrote: > > Sadly, our architecture does not work that way, and it is currently > non-trivial to update our map data for the

Re: [visualization-api] zoom and pan with real time update chart

2016-05-10 Thread fm
ok so to clear the problem some more, i am using 'viewWindow': {'min': 0, 'max': 4000} on my vertical axes but when i use these: console.log( chart.getChartLayoutInterface().getVAxisValue( chart.getChartLayoutInterface().getChartAreaBoundingBox().left ) ); console.log(

Re: [visualization-api] zoom and pan with real time update chart

2016-05-10 Thread fm
Thank you so much, so this is mostly working but when i use the "width" property on the getHAxisValue it does not give me accurate results. i read a value that is lagging from the actuall value? I am using TimOfDay data for my x axes and i read values back such as [0,0,0,3,21,0,43], first of

Re: [visualization-api] zoom and pan with real time update chart

2016-05-10 Thread 'Daniel LaLiberte' via Google Visualization API
You do have to redraw with new data. But there is an autorefresh feature if you use a ChartWrapper, though if you combine that with your zoom and pan capturing, you still have to update the viewWindow min and max accordingly. I'm not actually sure what will happen in that case. On Tue, May 10,

Re: [visualization-api] Re-positioning the legend, more than just Position value (top, bottom, none)

2016-05-10 Thread Matt Long
Hi Daniel, Yeah I have, it was hidden by the chart. Your documentation just showed the "in" value, which doesn't push any data away and works perfectly for me. Thanks again for the great help! :) On Tuesday, May 10, 2016 at 11:45:12 PM UTC+10, Daniel LaLiberte wrote: > > Hi Matt, > > You can

Re: [visualization-api] zoom and pan with real time update chart

2016-05-10 Thread fm
ah the getChartLayoutInterface() function is what i needed, i kept looking for it but couldn't find it and just to make sure is my approach of calling the DRAW function every time new data comes in is correct for real time updates, right? there is no way to just update the chart you just

Re: [visualization-api] Tooltip domain values when focusTarget: 'category'

2016-05-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Henry, The tooltip formatted values come from the data values. You can either provide exactly the formatted string you want (using {v: someDate, f: "someFormattedDate"}) or generate a formatted value using a DateFormatter, or else the default formatting rule will be applied. The axis tick

[visualization-api] Tooltip domain values when focusTarget: 'category'

2016-05-10 Thread Henry Harrison
Hi I can't figure out where the domain values for tooltips are being retrieved from. See below image This chart's tooltips uses a

Re: [visualization-api] Re-positioning the legend, more than just Position value (top, bottom, none)

2016-05-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Matt, You can see the legend options under legend.position. https://developers.google.com/chart/interactive/docs/gallery/scatterchart#configuration-options Have you tried the 'bottom' position? On Mon, May 9, 2016 at 6:40 PM, Matt Long wrote: > Hi again... > > I

Re: [visualization-api] How to mention Google API chart

2016-05-10 Thread Souma L
Thank you very much for your support, On Tue, May 10, 2016 at 1:07 PM, 'Jon Orwant' via Google Visualization API < google-visualization-api@googlegroups.com> wrote: > Attribution is welcome but not required. You can say "Created with Google > Charts" and that's credit enough for us. > > Jon > >

Re: [visualization-api] How to mention Google API chart

2016-05-10 Thread 'Jon Orwant' via Google Visualization API
Attribution is welcome but not required. You can say "Created with Google Charts" and that's credit enough for us. Jon On Tue, May 10, 2016 at 6:23 AM, SL wrote: > Hello, > > I enjoyed using google chart (pie and scatter) for academic use. I am > writting the

[visualization-api] How to mention Google API chart

2016-05-10 Thread SL
Hello, I enjoyed using google chart (pie and scatter) for academic use. I am writting the copyright use of my work. How can I mention google API chart? All the used chart have this mention on down page: "Except as otherwise noted, the content of this page is licensed under the Creative