Team:Groningen/Graphs/Test

From 2009.igem.org

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

Revision as of 14:08, 23 June 2009

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