Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Default as name (as string).)
m (Trying empty string as plot name again.)
Line 4: Line 4:
height: '5cm',
height: '5cm',
axes: {x: {}, y: {vertical: true} },
axes: {x: {}, y: {vertical: true} },
-
plots: {'default': {type: 'Lines'} },
+
plots: {'': {type: 'Lines'} },
series: [
series: [
  {x: 0, y: 1},
  {x: 0, y: 1},

Revision as of 12:36, 24 June 2009

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

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

] }