Hi,

I have a set of items with the following values: [username (string), score 
(number), date (datetime), comment (string)].

e.g.
['joe', 0.3, 5/5/16, "bla"]
['joe', 0.6, 6/5/16, "bli"]
['jim', 0.4, 6/5/16, "blo"]
['jim', 0.7, 7/5/16, "blu"]

I want to plot one line for each username (I'll have more than 2) on the 
same line chart, with the date as the horizontal axis and the score on the 
vertical axis, with a different color for each line.

Something like the "multiple line types" example on the doc here 
<https://developers.google.com/chart/interactive/docs/gallery/linechart>, 
but with more than more than two lines and different time values.

I could not find how to it with Google Graph. Anybody can help / point me 
to some doc?

Thanks you
Julien


-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/84c0faeb-c21d-4cfb-985b-39055ddcfbbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to