Team:Virginia/Test
From 2014.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
var data = google.visualization.arrayToDataTable([ | var data = google.visualization.arrayToDataTable([ | ||
- | ['Region Code', 'Continent', 'Popularity'], | + | ['Region Code', 'Sub-Continent', 'Popularity'], |
- | [' | + | ['005', 'South America', 200], |
- | [' | + | ['154', 'Northern Europe', 150], |
- | [' | + | ['034', 'Southern Asia', 80], |
- | + | ||
- | + | ||
]); | ]); | ||
var options = { | var options = { | ||
- | resolution: ' | + | resolution: 'subcontinents' |
}; | }; | ||
Revision as of 03:02, 16 October 2014