Team:Groningen/Graphs/TestPie

From 2009.igem.org

(Difference between revisions)
m
 
(5 intermediate revisions not shown)
Line 1: Line 1:
{
{
-
datasource: 'http://spreadsheets.google.com/pub?key=rIXUAdtE00AqmLinBd7Wt8Q',
+
datatable: '{{fullurl:Team:Groningen/Tables/TestPie}}',
-
width: '10cm',
+
width: '7cm',
-
height: '10cm',
+
height: '7cm',
series: [
series: [
   /* comma-separated list of data series to display, e.g. for just one data series: */
   /* comma-separated list of data series to display, e.g. for just one data series: */
   {text: 0, y: 1, color: 2}
   {text: 0, y: 1, color: 2}
],
],
-
plots: {'default': {type: 'Pie',
+
{{defaultPlot|type=Pie}}
-
        font: "normal normal 11pt Tahoma",
+
-
        fontColor: "black",
+
-
        labelOffset: -30,
+
-
        radius: 80} }
+
}
}

Latest revision as of 12:09, 29 July 2009

{ datatable: 'http://2009.igem.org/Team:Groningen/Tables/TestPie', width: '7cm', height: '7cm', series: [

 /* comma-separated list of data series to display, e.g. for just one data series: */
 {text: 0, y: 1, color: 2}

], plots: { 'default': {type: 'Pie'} } }