sadly I think this is impossible here, since the charts are generated
automatically in an iframe with SVG formatting. the lines and axis are
generated according to the rendered data, and by adding new data it will
have to change the entire structure of the chart.
on how many points are we talking about? in a single day there are 17280
point (one per 5 secs).
assuming that it runs for an entire day without any interference. if your
case is like that, I suggest do something else. maybe showing only the past
hour for dynamic view, that way, you will have only 720 point at each time,
which are rendered very fast, and another static chart for history.



On Wed, Nov 2, 2011 at 9:05 PM, Anshul Rastogi <[email protected]> wrote:

>
>
> I am developing a web app which needs to show the data on the line
> graph.
> Data is fed to web app from an event which gives the value to be shown
> on the chart.
> Frequency of the event that generates the data  is 5 sec and every 5
> second new point has to be added to the line graph.
>
> Performance is extremely important and i don't want the whole graph to
> be redrawn if only oe point is added.
> I want to show every point in incremental way.
>
> Any specific help will be highly appreciated.
>
> Regards,
> Anshul
>
> --
> 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.

Reply via email to