[visualization-api] How to implement drill down deature in google chart

2014-10-14 Thread prajna alva
Hi All, I am very new to google chart.I wanted help in building drill down feature in google chart can anyone help me by providing a sample code. Thank youu in advance Regards, Prajna P A lva -- You received this message because you are subscribed to the Google Groups Google Visualization

[visualization-api] Re: Uncaught Error: Invalid value in 0,0

2014-10-14 Thread Manmohan Kaur
I have been reading this thread and looks like you may be able to help me. I am trying to connect my mysql database table to Google Visualizations I am attaching two files, one is the html file called map1.html the json code is processed in example.php It is saving the encoded file as

[visualization-api] Re: Not able to visualize charts in Android, suggest what changes required

2014-10-14 Thread Lorenzo Forti
Hi, I've the same problem. My Android version is 4.4.2 KitKat and with Chrome I can't see the chart. It shows a message: graphics are not supported lorenzo Il giorno venerdì 8 agosto 2014 00:57:37 UTC+2, Andrew Gallant ha scritto: In general, older versions of the Android browser (before

Re: [visualization-api] Column Chart - Bar Colour and Spacing

2014-10-14 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Nicole, For #1, you can use the style role, as exemplified here: https://developers.google.com/chart/interactive/docs/gallery/barchart#Colors. If you don't want to explicitly color your bars, though, you could create two series and stack them, set all nulls for the second one except for the

[visualization-api] Gauge Print to PNG

2014-10-14 Thread Scott Thomas Martin
I saw that the functionality for core charts and geo charts exists as of the January 2014 release. I'm wondering if the ability to convert gauges to images are part of a near future planned release or if that will be further out (or not at all). -- You received this message because you are

[visualization-api] Google Charts animation

2014-10-14 Thread Tim Voronov
Hi there, does anybody know whether it’s possible to add extra easing functions to Google Charts? Officially they support only: - 'linear' - 'in' - 'out' - 'inAndOut' It’s obviously not enough and in my case I need completely different one. Any ideas? -- You received this message because

Re: [visualization-api] Google Charts animation

2014-10-14 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Tim, We don't support any other easing functions at this time, though it wouldn't be hard to add more. Which ones would you find most useful or essential? Or do you need a custom function? On Tue, Oct 14, 2014 at 11:10 AM, Tim Voronov tvoinfus...@gmail.com wrote: Hi there, does anybody

[visualization-api] Re: Toolbar for CSV export is not loading the Data Table even with a valid url.

2014-10-14 Thread Fabio Batalha
Hello Guys, Problem solved, the endpoint of my API, responsible to retrieve the data for the given url 'http://localhost/general/lines/data/?code=scl' http://localhost/general/lines/data/?code=sclreq_id=12%27, was not handling the parameter qtx=regId:0. Now it is working fine! Regards, On

[visualization-api] List of supported Locales?

2014-10-14 Thread Matthew Rattray
Hi, Don't see a list of the different locales this library supports, anywhere on the website. Was wondering if anyone had information on it, and if so... could we get it published for others? Thanks, Matthew Rattray -- You received this message because you are subscribed to the Google Groups

[visualization-api] Is there a way to calculate the value of Y for the given value of X for Scatter Chart

2014-10-14 Thread Zhenyu Hu
Dear All, I am using google chart api to draw a scattered polynomial trend line. Is there a way to calculate the value of Y for the given value of X for Scatter Chart? I didn't find existing method to do that, however I can get the equation text, I think I can parse the text equation and do