Team:Groningen/Graphs/TestScript

From 2009.igem.org

{ script: "var data=[{title:'As',data:[],args:[]}]; for(var i=0; i<4; i++) data[0].data.push({x:i,y:i*i}); data;", width: '8cm', height: '5cm', axes: {x: {title: "time (s)" }, y: {title: "concentration (µM)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }