Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Trying empty string as plot name again.)
(Add a little color)
Line 6: Line 6:
plots: {'': {type: 'Lines'} },
plots: {'': {type: 'Lines'} },
series: [
series: [
-
  {x: 0, y: 1},
+
  {x: 0, y: 1, stroke: {color:"blue"}},
  {x: 0, y: 2}
  {x: 0, y: 2}
]
]
}
}

Revision as of 12:53, 24 June 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', width: '8cm', height: '5cm', axes: {x: {}, y: {vertical: true} }, plots: {: {type: 'Lines'} }, series: [

{x: 0, y: 1, stroke: {color:"blue"}},
{x: 0, y: 2}

] }