You will need to draw a new chart.

If you want to completely disable the interactivity of the base charts, the 
simplest solution is to use css to layer an empty div on top of each chart. 
 You can then attach a click event handler to each div to trigger the draw 
of the large version.

On Monday, June 11, 2012 8:13:09 PM UTC-4, novito wrote:
>
> I am creating a dashboard of different kind of charts (4) and I am 
> planning on doing the following: 
>
> When the user clicks on one of the charts (I might need to figure out 
> how to capture an onclick on the chart to avoid any char-related 
> event) I want to have that chart in a bigger size in the center of my 
> page. 
>
> My question is: What is a good approach for doing so? I was thinking 
> if it would be posible to resize and copy that chart into that new 
> location or it is necessary to render a new object on that new 
> location? 
>
> Appreciate any help or suggestions on doing so. Thanks a lot.

-- 
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/-/Jp_vS83TPB8J.
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