Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Size including dimensions.)
m (Try without html tags.)
Line 1: Line 1:
-
<html>{
+
{
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.',
Line 8: Line 8:
  {x: 0, y: 2}
  {x: 0, y: 2}
]
]
-
}</html>
+
}

Revision as of 10:54, 24 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}

] }