You shouldn't have any problems with using decimals.  Can you provide an 
example that is causing you problems?

On Thursday, December 26, 2013 12:37:31 PM UTC-5, James Thomas wrote:
>
> Thanks, yes that is very close to what I want to do. Now i'll just have to 
> load the CSV data into an array and read that sequentially.
>
> Side question: how do you do a number column with decimals? i'm having 
> trouble plotting tenths and hundredths values.
>
> On Thursday, December 26, 2013 11:50:45 AM UTC-5, asgallant wrote:
>>
>> 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