Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Trying comments.)
m (Another style of comment.)
Line 4: Line 4:
height: '5cm',
height: '5cm',
series: [
series: [
 +
/* List of data series */
  {x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} }, // Uses a style
  {x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} }, // Uses a style
  {x: 0, y: 2}
  {x: 0, y: 2}

Revision as of 15:38, 24 June 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', width: '8cm', height: '5cm', series: [

/* List of data series */
{x: 0, y: 1, stroke: {color: 'blue'} }, // Uses a style
{x: 0, y: 2}

], axes: {x: {title: "time (s)" }, y: {title: "concentration (µM)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }