Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
(Some more content for the graph.)
(Size of graph.)
Line 2: Line 2:
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw',
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw',
caption: 'This is a graph of some extremely interesting data.',
caption: 'This is a graph of some extremely interesting data.',
-
datasets: [
+
width: 400,
 +
height: 240,
 +
series: [
  {x: 0, y: 1},
  {x: 0, y: 1},
  {x: 0, y: 2}
  {x: 0, y: 2}
]
]
}</html>
}</html>

Revision as of 15:27, 23 June 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', caption: 'This is a graph of some extremely interesting data.', width: 400, height: 240, series: [ {x: 0, y: 1}, {x: 0, y: 2} ] }