Re: [visualization-api] Problems loading Google Charts Examples - Error in JS on Google website

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
There is no 'initSettings' method in Google Charts, but there is in the developers.google.com service used for the documentation. The documentation pages appear to be working fine for me. Which particular pages are you having problems with. Which browser are you using? On Wed, Mar 8, 2017 at

Re: [visualization-api] edit option in table chart

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
It will not be easy to support editing. You'll have to do a fair amount of hacking just to figure out which cell was clicked on (since we don't have support for that yet), and then you'll have to replace the content (or overlay it) with a text editor. Changing the appropriate cell value in the

Re: [visualization-api] edit option in table chart

2017-03-08 Thread UB
can u give me some idea on how to achieve that functionality,so far i have use getSelection() to get the value of selected record,is there a way i can get the rowID and columnID of the selected record On Wednesday, March 8, 2017 at 8:14:14 PM UTC+5:30, Daniel LaLiberte wrote: > There is no

Re: [visualization-api] edit option in table chart

2017-03-08 Thread UB
Daniel,is it better to use the HTML services(not using the chart API) for displaying spreadsheet data as table and perform edit operation on it..? On Wednesday, March 8, 2017 at 8:39:15 PM UTC+5:30, Daniel LaLiberte wrote: > > It will not be easy to support editing. You'll have to do a fair

Re: [visualization-api] Using controls without dashboard?

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
Yes it is possible to use controls outside of dashboards, but they are dependent on accessing a DataTable. Perhaps you can fake a datatable just so it gets the right range. You don't need to use the filtered datatable that results. You'll need to listen for the 'statechange' and 'ready' events.

Re: [visualization-api] edit option in table chart

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
There is no built-in support for editing the cells of a Table chart and sending the values back to the spreadsheet. Such a capability is possible, however, if you apply a suitable amount of code. On Wed, Mar 8, 2017 at 8:41 AM, UB wrote: > I have generated a table

[visualization-api] Unable to load other charts while using gauge chart.

2017-03-08 Thread Prateek Kumar
Hi, I am facing some problems while using Google chart libraries, I am not able to load multiple charts like while using Gauge chart other charts are not loaded. Please help me on this that how can use gauge chart and pie chart both at the same page. Thanks. -- You received this message

[visualization-api] Bug: 404 for script in the Google Charts pages / Norwegian language set.

2017-03-08 Thread Jan Welten
When I go to any of the Google Charts pages (e.g. th Chart Gallery page) from my Chome brower with "Norwegian Bokmål" laguage set as default in the browser, no charts are visible and there is an error in the error console of 404 (not found) on the following file:

Re: [visualization-api] Bug: 404 for script in the Google Charts pages / Norwegian language set.

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks for your report. This appears to be a problem specifically with the developers.google.com page, and not Google Charts. I'll report the problem to the right developers. On Wed, Mar 8, 2017 at 2:30 PM, Jan Welten wrote: > When I go to any of the Google Charts pages

Re: [visualization-api] Question about Security and Privacy

2017-03-08 Thread Danny Varela
Hi, I've recently started using Google Charts, and have gone through the FAQ webpage (https://developers.google.com/chart/interactive/faq#using-the-api) , through the security and privacy page (https://developers.google.com/chart/interactive/docs/security_privacy), such that I'm fully aware

Re: [visualization-api] Question about Security and Privacy

2017-03-08 Thread 'Daniel LaLiberte' via Google Visualization API
You are correct that this claim about "chart data included in the HTTP request" only applies when there is any such data included in HTTP requests. The geo-charts look up map coordinate data for specific regions that are identified in the HTTP requests for the data. They may also request the

[visualization-api] Problems loading Google Charts Examples - Error in JS on Google website

2017-03-08 Thread Morten Hopstad
Hello. Not sure if this is the correct place to ask, but I can't see the examples on the google website showing the charts. It shows an error in the JS making it unable to load the charts for preview. "Cannot read property 'init' of undefined" "Cannot read property 'initSettings' of undefined"

[visualization-api] Tex Math Formula Image using Google Chart API

2017-03-08 Thread Saravanakumar M
Hello Guys, I need to generate math formula images using Tex language. I am aware that Google Chart API supports this (https://developers.google.com/chart/infographics/docs/formulas?hl=en). Has anyone used this web service? I am able to generate image through this API by sending the Tex code

Re: [visualization-api] Tex Math Formula Image using Google Chart API

2017-03-08 Thread 'Jon Orwant' via Google Visualization API
The equation renderer doesn't support different typefaces. Sorry! Jon On Wed, Mar 8, 2017 at 7:38 AM, Saravanakumar M wrote: > Hello Guys, > > I need to generate math formula images using Tex language. I am aware that > Google Chart API supports this

[visualization-api] Using controls without dashboard?

2017-03-08 Thread 'perspektive42' via Google Visualization API
Is it somehow possible to use controls (e.g. a DateRangeFilter) without a dashboard and without connecting it to a DataTable? I'd like to use it as a UI element to control elements in a Google Map (not within a chart). -- You received this message because you are subscribed to the Google

[visualization-api] edit option in table chart

2017-03-08 Thread UB
I have generated a table chart from spreadsheet data, is there a way that when i click on particular record on table chart i should be able to edit it and it should also reflect in spreadsheet(spreadsheet should get updated) -- You received this message because you are subscribed to the Google