well,
I think you should read the data on the server side using AJAX, just as I 
do for interrogating a database.
from my web page I do an AJAX call to a php file on the server, that 
performs a query on the database and then sends back the data in JSON 
format, that then is used by javascript to populate the DataTable and then 
draw the chart.
In your case, the php ( or whatever ) on the server side should read  the 
file, parse it some way depending on file format ( tab delimited,etc ) and 
return a JSON object

for the real time I think you could set a timer, and at a given interval 
populate again the DataTable a draw again the chart

hope this helps,
Giulio

Il giorno domenica 15 maggio 2016 04:12:27 UTC+2, oniosun temidayo isaiah 
ha scritto:
>
> Hello Everyone. I am new to this.
>
> however, I have a particular sensor that sends data real-time to my ftp 
> server and save it in a particular directory and I want to use this data to 
> be plotting graphs in real time on my website. I want to be able to specify 
> the row and column that will be plotted from the file on the graph. Please 
> help me
>

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/c71fdb85-908b-4d92-93d2-2fb897238764%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to