Team:Groningen/Graphs/Test

From 2009.igem.org

Revision as of 14:07, 24 June 2009 by Jaspervdg (Talk | contribs)

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

{x: 0, y: 1, stroke: {color:"blue"}},
{x: 0, y: 2}

] }