Hi there,

I am plotting basic data like temperature, various counts and such with 
date time and I like to append a third column as a further description.

E.g.


time, value, description
time, value, description
time, value, description


So I am looking at the simplest way of plotting that, as full screen as 
possible, as minimally (least LOC) as possible.

So far with https://jsfiddle.net/kaihendry/q1mczqc1/2/ I have not figured 
how to show the description (is it a infobox/selection? not sure on 
terminology), which in my example is the kernel version, when I click a 
point.

Furthermore I don't understand why on the right of the graph there are 
these null value labels:
http://s.natalian.org/2015-06-16/1434449447_1054x1058.png

And any tips to make http://s.natalian.org/2015-06-16/foo.html scale to 
fill the whole screen? I especially want to make it usable on my iPhone.

Also as you can see from my jsfiddle, I use data.addRow to build up the 
graph. Is it faster to load up some JSON? data IIUC has the follow JSON 
structure http://s.natalian.org/2015-06-16/lc-test.json
My original data source is just CSV and getting it into that format with jq 
seems non-trivial. I'm also wondering how people append data points if say 
people wanted a real time graph. Probably save that for another question.

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

Reply via email to