[visualization-api] One table interacting with multiple charts

2014-11-26 Thread Bert Hollander
Hi there, I've got quite a difficult question. For my local club, I have got one table with data (statistics) which I want to show per row. When clicking or hovering on each row, I would like a pie chart to show up next to it. For example in the Examples

[visualization-api] stacked column charts and line chart as a combo

2014-11-26 Thread Murali V
Hi, Is it possible to *create stacked column charts and line chart as a combo* ?. If Yes please help with an example Regards *Murali* -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Animazione combo chart

2014-11-26 Thread Luca Pacchiarotti
Ciao a tutti, sto creando un combo in questo modo: script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript google.load(visualization, 1, {packages:[corechart]}); google.setOnLoadCallback(drawVisualization); function drawVisualization() { //

[visualization-api] can you use charts as filters?

2014-11-26 Thread jdalletezze
For example, in a dashboard of two graphs, say a pie chart column chart, can clicking on one segment of the pie chart filter the column chart? If this can be done with listeners/events/etc... can anyone point me to a simple example? Thank you, Jeremy -- You received this message because you

[visualization-api] How to change the tooltip border and or color?

2014-11-26 Thread Julian Claus
Hi, I'd like to change the border and or the color of it. How can I do that? 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 emails from it, send an email to

[visualization-api] Creating a multi-series Line Chart with different series lengths

2014-11-26 Thread mrp
What is the best way to create a multi-series Line Chart with each series having a different length? I searched and didnt find a solution I could use. Basically I have an array of arrays (series) each with different lengths. Inserting nulls of blanks is inefficient since I have to iterate