Re: [visualization-api] How to give custom color to connecting lines (lines connecting nodes) in Google Org Chart?

2015-07-20 Thread Varun Vashishtha
Thanks a lot, Sergey! You guys are rocking. On Mon, Jul 20, 2015 at 7:23 PM, 'Sergey Grabkovsky' via Google Visualization API google-visualization-api@googlegroups.com wrote: Hi Varun, There is no official support for this feature, but you can hack it by applying the right CSS rule. Here's a

[visualization-api] Google Charts Calendar doesn't work

2015-07-20 Thread Vagner Guilherme
It appears that Google Charts calendar is not working properly. The example shown in the website Google ( https://developers.google.com/chart/interactive/docs/gallery/calendar) after I have applied a test it doesn't show the results in the appropriate month (especially for October, November

Re: [visualization-api] How to give custom color to connecting lines (lines connecting nodes) in Google Org Chart?

2015-07-20 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Varun, There is no official support for this feature, but you can hack it by applying the right CSS rule. Here's a jsfiddle example: https://jsfiddle.net/cm26nsmd/ On Sat, Jul 18, 2015 at 2:06 PM Varun Vashishtha vvaru...@gmail.com wrote: Hello there, Please help me out. How to give

Re: [visualization-api] How to use google chart for java program

2015-07-20 Thread 'Sergey Grabkovsky' via Google Visualization API
Google Charts is a JavaScript API. There is no way to get charts to render in a Java application. On Sun, Jul 19, 2015 at 3:23 AM Malinda Weerasinghe wmdmali...@gmail.com wrote: Hey i need to use google chart for my inventory control system. So how can i use it for java -- You received

Re: [visualization-api] google visualization chart api

2015-07-20 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Anurag, If you specify a viewWindow option for each axis, with a min and max value, then the chart will only draw between the min and max that you specify. var options = { hAxis: { viewWindow: { min: 0, max: 100 } }, vAxis: { viewWindow: { min: 0, max: 100 }

[visualization-api] TypeMismatchException when creating a google visualization datatable with Date type column

2015-07-20 Thread Gregori Pichardo
Ok, so after trying really hard for some days i am still not able to make this work. This is the problem: I have a JSP which hosts a Google chart that is going to be constructed from data that is going to be sent through a Servlet. I'm using the Google Visualization Java libraries to implement

[visualization-api] Re: SQL Server + Charts (Using PHP, HTML..)

2015-07-20 Thread Daniel Buttery
Hey. I'm using Google Charts with ASP.Net successfully, but have it running in a certain way. The charts themselves are generated by JavaScript on the page rather than .Net - however I use a ASP.Net Web Service which is responsible for connecting to SQL and providing the data in JSON format

Re: [visualization-api] Limit for Google-Chart API

2015-07-20 Thread 'Jon Orwant' via Google Visualization API
Hi Michael, there's no limit. Jon On Mon, Jul 20, 2015 at 11:36 AM, Michael Sumereder michael.sumere...@gmail.com wrote: We are planning to sendout an Newsletter including personalized Charts for each user. As we have a bigger list for this sendout we assume around 800k of opens for this

[visualization-api] Limit for Google-Chart API

2015-07-20 Thread Michael Sumereder
We are planning to sendout an Newsletter including personalized Charts for each user. As we have a bigger list for this sendout we assume around 800k of opens for this newsletter. Is there any limit using the Chart API? In my research I didn't find any issue on that - only the information that

[visualization-api] Re: Using pivot in query language API

2015-07-20 Thread Vagner Guilherme
I suggest: Select A, Sum(B) group by A Order by C... On Monday, July 13, 2015 at 12:21:34 AM UTC-3, compare...@gmail.com wrote: Hi all I recently found out about using pivot in the query language. However i'm having some problem arranging the order of the pivot table. I want to pivot my

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

2015-07-20 Thread Keith Hackbarth
@wishwami - Thank you for your response. I've removed all external javascript libraries and am still getting the message. Its definitely coming from the Visualization Library. Do you have an example of a an Android app in the Google Play store that loads charts? I'd be curious to look at it

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

2015-07-20 Thread wishwami
@keith, Here is my app that loads five different charts in Android. It supports android versions 2.3 and up. I have also done it for two enterprise apps but they support only 4.0 and up. https://play.google.com/store/apps/details?id=pagadi.StockMagic I have an ios version of this app in

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

2015-07-20 Thread wishwami
Here is one of chart that gets loaded in the app. Apologies for the formatting but I pulled it out of server logs. I also removed a lot of JS to keep it readable. but you can see the features of Google visualisation that have been used and work in Webview. !DOCTYPE html PUBLIC -//W3C//DTD

[visualization-api] Create an OLAP Chart

2015-07-20 Thread Steve Armstrong
Hi, Is there a way of creating an OLAP chart where users can build a chart and filter a chart based on measures and dimensions in a cube? Cheers, Steve -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group