Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Try without html tags.)
(Includes axes and plots.)
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 a graph of some extremely interesting data.',
 
width: '8cm',
width: '8cm',
height: '5cm',
height: '5cm',
 +
axes: {x: {}, y: {vertical: true} },
 +
plots: {default: {type: 'Lines'} },
series: [
series: [
  {x: 0, y: 1},
  {x: 0, y: 1},

Revision as of 12:27, 24 June 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', width: '8cm', height: '5cm', axes: {x: {}, y: {vertical: true} }, plots: {default: {type: 'Lines'} }, series: [

{x: 0, y: 1},
{x: 0, y: 2}

] }