I don't think there's anything you can do. One way or another, if you change the size, the chart will have to redraw, which takes time when you have a lot of data points.
On Sat, Feb 25, 2012 at 2:05 AM, gerryscat <[email protected]> wrote: > google.visualization.LineChart > > I'd like the chart to resize itself when the browser resizes. I have > 5500 data points and it is taking 5 seconds if I call draw() to do the > work. Is there some way to modify the options without calling draw? > The setOptions() function does not seem to exist for a LineChart. > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
