Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
(Size of graph.)
m (Size including dimensions.)
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.',
-
width: 400,
+
width: '8cm',
-
height: 240,
+
height: '5cm',
series: [
series: [
  {x: 0, y: 1},
  {x: 0, y: 1},

Revision as of 16:04, 23 June 2009

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