Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
(Make the test graph's page show an example of the graph.)
(Templates are fine, but an example on the graphs page is not going to happen.)
Line 1: Line 1:
-
<includeonly>{
+
{
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw',
datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw',
width: '8cm',
width: '8cm',
Line 9: Line 9:
  {x: 0, y: 2}
  {x: 0, y: 2}
]
]
-
}</includeonly>
+
}
-
<noinclude>
+
-
An example of this graph:
+
-
{{graph|{{FULLPAGENAME}}#top}}
+
-
{{GraphHeader}}</noinclude>
+

Revision as of 14:50, 24 June 2009

{ 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}

] }