ASG, Is there a way to stop the Y axis of the column chart from scaling in your example? ie, with the slider on the far left, the graph goes from 30 to 70, but on the far right it goes from 0 to 40. Is there a way to make this always display from 0 to 70?
Is there a slider that is not a range slider? ie if I wanted to have a graph over time and use a slider to pinpoint a moment in time and display my charts from that moment in time is there a better way to do that than using the chartrangeslider? Billy On Tuesday, September 18, 2012 12:16:21 PM UTC-7, 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/-/D_EXyPuBfZ4J. 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.
