Team:Groningen/Graphs/Test2

From 2009.igem.org

(Difference between revisions)
(Another test graph.)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<html>{
+
{
-
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw',
+
datatable: '/Team:Groningen/Tables/Tables/Test',
-
caption: 'This is a graph of some extremely interesting data.',
+
caption: 'This is another graph of some extremely interesting data.',
width: '8cm',
width: '8cm',
height: '5cm',
height: '5cm',
Line 7: Line 7:
  {x: 1, y: 2}
  {x: 1, y: 2}
]
]
-
}</html>
+
}

Latest revision as of 13:59, 30 July 2009

{ datatable: '/Team:Groningen/Tables/Tables/Test', caption: 'This is another graph of some extremely interesting data.', width: '8cm', height: '5cm', series: [

{x: 1, y: 2}

] }