Thanks, that sounds great and very detailed. 

On Tuesday, September 18, 2012 2:16:21 PM UTC-5, asgallant wrote:
>
> You can't update the gauges without redrawing them, but otherwise this is 
> possible.  You need to set up a "ready" event handler for the dashboard, 
> and pull the dataTable from one of the charts (using the chartWrapper's 
> #getDataTable method).  Group this data and use it to populate a DataTable 
> for the gauges, then draw the gauges.  Every time the range filter is 
> changed, the dashboard updates, redraws, and fires the "ready" event, which 
> triggers the update on the gauges.  See an example built on your code here: 
> http://jsfiddle.net/asgallant/H4xcX/ 
>
> On Tuesday, September 18, 2012 1:58:56 PM UTC-4, Carlo Durso wrote:
>>
>> HI,
>>
>> I'm working on a dashboard with couple of charts and a ChartRangeFilter 
>> control wrapper. I'm trying to add some gauges that interact with the 
>> filter, here's a prototype: 
>> http://conviertemas.com/report/excel/datalytics.html
>>
>> The idea is that the gauge calculate the average value for the selected 
>> time frame on the fly by moving the needle and without redrawing the gauge 
>> itself. I'd appreciate suggestions on viable alternatives to help me solve 
>> it.  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/XA0xDdb6KpIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to