If I understand you correctly, you have a fixed set of data that you want 
the chart to display incrementally, not a data set that updates 
incrementally that you want the chart to keep up with?  With a fixed set of 
data, you can use a DataView to filter the data to just the rows you want 
to display at any given time, and you can use a setInterval function to 
increment the data displayed.  Here's an example: 
http://jsfiddle.net/asgallant/E3wrC/

On Thursday, December 26, 2013 10:23:37 AM UTC-5, James Thomas wrote:
>
> I have a simple set of data in CSV form, it's a timestamp and a value. 
> Each row represents one second of time. I want to create a line or spline 
> chart that reads the data sequentially and adds the next point every 
> second. Essentially creating a live recreation of the data as it was 
> recorded.
>
> Is this possible?
>
> Thanks.
>

-- 
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.

Reply via email to