You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
The controls have to be part of a dashboard and must be bound to a chart, but nothing says the chart must be visible. Bind the control to a basic chart (say, a LineChart), and then - when the chart has fired it's 'ready' event - hide the chart's containing div. You can get the range values from the control's 'statechange' event.
Thomas
unread,
Apr 8, 2012, 6:09:37 AM4/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Exactly what I was ready to do. It just feels a bit wonky. Anyway, thanks for your answer !