Team:Groningen/Graphs/Test2
From 2009.igem.org
(Difference between revisions)
m |
m (Try without html tags.) |
||
Line 1: | Line 1: | ||
- | + | { | |
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', | datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', | ||
caption: 'This is another graph of some extremely interesting data.', | caption: 'This is another graph of some extremely interesting data.', | ||
Line 7: | Line 7: | ||
{x: 1, y: 2} | {x: 1, y: 2} | ||
] | ] | ||
- | } | + | } |
Revision as of 10:40, 24 June 2009
{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', caption: 'This is another graph of some extremely interesting data.', width: '8cm', height: '5cm', series: [
{x: 1, y: 2}
] }