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'],
-
               ['142', 'Asia', 200],
+
               ['005', 'South America', 200],
-
               ['150', 'Europe', 300],
+
               ['154', 'Northern Europe', 150],
-
               ['019', 'Americas', 400],
+
               ['034', 'Southern Asia', 80],
-
              ['009', 'Oceania', 600],
+
-
              ['002', 'Africa', 700]
+
           ]);
           ]);
           var options = {
           var options = {
-
               resolution: 'continents'
+
               resolution: 'subcontinents'
           };
           };

Revision as of 03:02, 16 October 2014