There is no inherent limit to the amount of data you can chart.  The 
specifics of your implementation are more likely to be an issue (ie, the 
width of a column chart is going to determine how much data can be usefully 
plotted).  In the extreme cases, you could be limited by the user's 
browser, RAM, or CPU, but there is no hard quantity you can assign to these 
limits.  Typically, manipulating javascript objects is going to be faster 
than creating, modifying, and rendering HTML elements, so I typically 
recommend using filters to control large data sets.  If you are still 
running into performance issues, you may wish to consider implementing 
server-side data manipulation instead of handling it client-side.

On Tuesday, April 8, 2014 6:55:47 AM UTC-4, Ravindra Gharge wrote:
>
> This is my chart : 
>
>
> <https://lh3.googleusercontent.com/-C9GwQiRqiA8/U0PSw8KQgVI/AAAAAAAAALw/Z-U26u91t_4/s1600/img.png>
>
> I plotted the bar chart above but its x-axis values will increased in day 
> by day basis.
> So I want to know the Limit of the data that data object can can handle.
> When I drilling down to the next level loading of the chart takes time ( 
> some time it UI getting locked) it might bcz of data object is large.
>
>
>

-- 
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/d/optout.

Reply via email to