Re: [visualization-api] Loading Google Charts In The Body Of The Page

2015-12-29 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Baris, Can you give a specific example of what you are doing so we can see where the error is? I suspect your problem is that you are referencing your function before it is defined. A function declared within the same script block is visible anywhere in the script block even if it is defined

Re: [visualization-api] Loading Google Charts In The Body Of The Page

2015-12-29 Thread Baris Sarac
Hi Daniel, So in my application, I calculate a multidimensional array. In the end it looks like this: array chart1 option1,5 option2,1 option3,3 option4,4 chart2 option3,2 option2,3

[visualization-api] Use dynamic data from HTML form in chart

2015-12-29 Thread Anarchei
I am creating an online quiz and want be able to plot the score on a chart. I have comma separated values in the checked radio buttons of a form that is summed with javascript to arrive at a final comma separated value. This part works fine. I would like to then plot the value as a single

Re: [visualization-api] bootstrap

2015-12-29 Thread 'Daniel LaLiberte' via Google Visualization API
You don't need to load jsapi more than once. One time is enough. You don't need to call google.load() more than once. Merge all into one call. You don't need to call google.setOnLoadCallback() more than once. Merge all the functions that would be called into one. But you must not declare the

[visualization-api] Visualization: Table - how I can center the entries in the table

2015-12-29 Thread Christian Farda
Hello, I need to know how I can set the table entries to CENTER https://google-developers.appspot.com/chart/interactive/docs/gallery/table Many thanks in advance TIAN -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To

Re: [visualization-api] Setting fontName in category filter control

2015-12-29 Thread Nick Dunbar
Thanks Dan, As I think I've mentioned in other threads, the controls and dashboards part of your API is looking somewhat stale so it would be great to see it going up your priority list for the next release. At present it requires too many hacks and workarounds that are expensive in developer