Team:Groningen/Graphs/TestPie
From 2009.igem.org
(Difference between revisions)
m (Team:Groningen/Graphs/Test3 moved to Team:Groningen/Graphs/TestPie: Better reflects the content.) |
m (Smaller) |
||
Line 1: | Line 1: | ||
{ | { | ||
datasource: 'http://spreadsheets.google.com/pub?key=rIXUAdtE00AqmLinBd7Wt8Q', | datasource: 'http://spreadsheets.google.com/pub?key=rIXUAdtE00AqmLinBd7Wt8Q', | ||
- | width: ' | + | width: '7cm', |
- | height: ' | + | 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: */ |
Revision as of 16:55, 24 June 2009
{ datasource: 'http://spreadsheets.google.com/pub?key=rIXUAdtE00AqmLinBd7Wt8Q', 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'} } }