All the image based charts are rendered on a server. There is a size limit on the amount of data you can send this server for rendering a single chart. This limit is set for providing with a reasonable response time for applications.
All other charts are rendered on the client and there is no size limit on the data. Nevertheless it seems that once you hit these data limits then you are trying to chart too much data to begin with. As you want your page to load in a reasonable time and stay interactive you should wisely select what to chart. Later based on user actions you can provide with specific views of the data. ChartMan PS Since this does work in FF can you try rendering only the image line chart with the above data and see if it still fails. 2009/12/28 杨天颖 <[email protected]> > I tried to reduce the data size gradually and at around 1/6 of the > original size the image showed up. > Thanks for your kind advice, I've been using annotated timeline and > the flash is ok with my data. However, the browser hangs quite a long > time before the flash shows up, which I found unacceptable. Maybe I > should find a server side solution, lol > > On 12月28日, 下午8时43分, ChartMan <[email protected]> wrote: > > Hi > > > > This seems very much related to the amount of data you are charting. Can > you > > try the following > > 1) reduce the amount of data dramatically (say /2) and see if the error > > occurs. > > 2) try the LineChart and see if it suits your needs. It is interactive > but > > is not an image. > > > > If size is the problem and you want the chart to be image based, I would > > recommend > > using data operations to get smaller views of the data (filtering, > > aggregations, slice by periods etc.) > > > > ChartMan > > > > 2009/12/28 ChartMan <[email protected]> > > > > > Can you send an example of the chart you are trying to render. There > are > > > some size limits but is seems that your data didn't reach them. > > > > > 2009/12/27 杨天颖 <[email protected]> > > > > > I am. I'm using a datatatable with less than 40 columns and approx. > > >> 1400 rows. > > > > >> On 12月27日, 下午6时24分, ChartMan <[email protected]> wrote: > > >> > Are you still getting this error message ? > > > > >> > On Fri, Jun 26, 2009 at 10:52 AM, Nik < > [email protected]> > > >> wrote: > > > > >> > > Dear group, > > > > >> > > I've been trying to get the ImageChart visualization to work on my > > >> > > data sets. The "What's new" notes state that there is no longer a > 2K > > >> > > limit on data offered to the "lxy" chart, as we now go through the > > >> > > visualization API. > > > > >> > > I'm trying to plot 4000-5000 data points. The result I get back > is: > > > > >> > > " > > >> > > Request Entity Too Large > > > > >> > > Your client issued a request that was too large. > > >> > > " > > > > >> > > What is the practical limit on lxy graphs? I couldn't find any > > >> > > reference to this elsewhere on the Google Code site... > > > > >> > > thanks, > > >> > > kind regards, > > >> > > Nik. > > > > >> > > --~--~---------~--~----~------------~-------~--~----~ > > >> > > 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]<google-visualization-api%[email protected]> > <google-visualization-api%[email protected]<google-visualization-api%[email protected]> > > > > >> <google-visualization-api%[email protected]<google-visualization-api%[email protected]> > <google-visualization-api%[email protected]<google-visualization-api%[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]<google-visualization-api%[email protected]> > <google-visualization-api%[email protected]<google-visualization-api%[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]<google-visualization-api%[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.
