[visualization-api] Can I use google charts for a paid SaaS web application?

2015-07-15 Thread Paulo Silva
I have a SaaS web application that requires the user to pay a monthly fee to use and I was wondering if the license still allows me to use Google charts on my product. Reading the terms I didn't find anything limiting that but maybe I misinterpreted something? -- You received this message

Re: [visualization-api] Chart Range filter hangs when I have 1000 rows of data

2015-07-15 Thread mariummalik22
Okay. I will make changes and would let you know. -- 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 an email to

[visualization-api] zoom in google annotation charts

2015-07-15 Thread Grinish Nepal
I need to get the zoom functionality out of the graph and have some custom buttons to have the same functionality. How will I accomplish that. Is there a function that I can call onclick to perform the operation of zooming. THanks Grinish -- You received this message because you are

[visualization-api] Re: Google Charts in in-app webview for either IOS or Android

2015-07-15 Thread wishwami
There should not any issue with Webview in Android 4.x onward. I have been able to load quite a few a charts in android apps without complaints. Older versions of Android (Gingerbread or before) do not support SVG charts. You will have to extract the chart image on the server and display it on

Re: [visualization-api] Can I use google charts for a paid SaaS web application?

2015-07-15 Thread 'Jon Orwant' via Google Visualization API
That's fine. Jon On Jul 15, 2015 10:27 PM, Paulo Silva alfa...@gmail.com wrote: I have a SaaS web application that requires the user to pay a monthly fee to use and I was wondering if the license still allows me to use Google charts on my product. Reading the terms I didn't find anything

Re: [visualization-api] Update clip-path to use absolute URL

2015-07-15 Thread 'Daniel LaLiberte' via Google Visualization API
The clip-path url is being changed for the next release to use an absolute url in all cases except for ie9 where it fails. On Wed, Jul 15, 2015 at 1:21 PM, Kevin Nguyen quangke...@gmail.com wrote: Hi, clip-path=url(#xyz) doesn't work on Chrome for sites that has a base tag. Could you please

[visualization-api] how to customize CategoryFilter: don't like the presentation

2015-07-15 Thread no
I need the values to not be deleted every time they are clicked. I like the functionality but I want the users to be able to see all the options and select which ones they want to see singularly. Is there a way to maybe not make it a dropdown . I'd make it custom but i'm not sure what functions

Re: [visualization-api] Update clip-path to use absolute URL

2015-07-15 Thread Kevin Nguyen
Thank you! Do you have an estimate of when that would be? On Wednesday, July 15, 2015 at 10:31:40 AM UTC-7, Daniel LaLiberte wrote: The clip-path url is being changed for the next release to use an absolute url in all cases except for ie9 where it fails. On Wed, Jul 15, 2015 at 1:21 PM,

[visualization-api] Google dashboard slider value

2015-07-15 Thread doreentlu0
Hello, Is it possible to get the value of the dashboard number range filter? For example, say the range is from 4 to 50. Can you get the min or max value and use it, such as assigning it to a variable? Thank you. -- You received this message because you are subscribed to the Google Groups

Re: [visualization-api] Group Values in Horizontal Axis in Line Chart

2015-07-15 Thread 'Daniel LaLiberte' via Google Visualization API
Yes. Check the documentation page on dates and times. On Wed, Jul 15, 2015 at 1:28 AM, Shyjo Mathew shaij...@gmail.com wrote: Hi Daniel, did u check the images attached. If I have 1000 values to horizontal axis, can I get reduced to 10 nos, just the label, we need 1000 points to be

[visualization-api] Update clip-path to use absolute URL

2015-07-15 Thread Kevin Nguyen
Hi, clip-path=url(#xyz) doesn't work on Chrome for sites that has a base tag. Could you please change it to use absolute url? 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

[visualization-api] Google Charts in in-app webview for either IOS or Android

2015-07-15 Thread Keith Hackbarth
I have a web page with a chart on it https://www.parkme.com/lot/102204/graph/. This page loads fine in Chrome or Safari in iOS and Android. However, if I try to load in an in-app browser via a webview, I get a message Your browser is not supported. Does another know why this is? I've read

[visualization-api] Why is my chart so small?

2015-07-15 Thread Melanie Young
Any time I create more than one google chart in the same page, one of them is full size and the other chart renders very very small. I am putting them into two separate divs, which are defined with exactly the same width and height. I am currently rendering a line chart and a bar chart but it

[visualization-api] Re: Google Tree Map: click to show different layers

2015-07-15 Thread doreentlu0
Never mind. I fixed it. -- 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 an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group,

[visualization-api] set y axis range

2015-07-15 Thread Jéssica Neves Machado
How can I change the y-axis range? I want a break of 10. example (10,20,30,40,50) and not (50,100,1550) https://lh3.googleusercontent.com/-R8K1X8a6290/VaZdXFAm4tI/C_M/Bs7VOKukHA0/s1600/1.png

Re: [visualization-api] set y axis range

2015-07-15 Thread 'Daniel LaLiberte' via Google Visualization API
Jéssica We don't have an option for specifying the interval size of the ticks, but you can specify the precise tick values you want using the 'ticks' option, or you can control it indirectly by specifying the number of gridlines and the viewWindow min and max. On Wed, Jul 15, 2015 at 9:19 AM,

[visualization-api] Any open source java library that wraps data table and provides classes for each chart?

2015-07-15 Thread gajendra reddy c
Hi, Is there any open source java library available that provides classes for each chart ,which constructs the data table internally based on the data format of the chart specified in the google visualization API. for example: PieChart pieChart=new Piechart(); Slice s1=new Slice(Part1,10);