Hi Suja (and Julien if he is still paying attention), Once a chart is drawn, it is not adaptable to changes in container size or any other kinds of changes in options or data without redrawing. However, you may be surprised at how fast redrawing is since there are various optimizations in place to reduce the amount of work required in redrawing. Is there a reason you might not be able to do a redraw?
dan On Mon, Oct 7, 2013 at 5:29 AM, Suja Arjunan <[email protected]> wrote: > Hi Julien, > > i need to generate responsive chart. Have you find any solution for > responsive layout other than redraw it again ? > > Thanks, > Suja Arjunan > > On Monday, 5 March 2012 20:57:40 UTC+5:30, Julien wrote: >> >> Hi, >> >> Is there any way I can make a responsive line chart, i.e., a line >> chart whose width wouldn't be hardcoded but would depend e.g. on the >> CSS container's width? >> >> Thanks! >> >> Julien > > -- > 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 [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
