Team:Sevilla/test3

From 2011.igem.org

(Difference between revisions)
Line 13: Line 13:
         data.addColumn('number', 'Hours per Day');
         data.addColumn('number', 'Hours per Day');
         data.addRows(5); //las 5 divisiones
         data.addRows(5); //las 5 divisiones
-
         data.setValue(0, 0, 'Ing Informatica');
+
         data.setValue(0, 0, 'Biología');
         data.setValue(0, 1, 11);
         data.setValue(0, 1, 11);
-
         data.setValue(1, 0, 'Biologia');
+
         data.setValue(1, 0, 'Biotecnología');
         data.setValue(1, 1, 2);
         data.setValue(1, 1, 2);
-
         data.setValue(2, 0, 'Commute');
+
         data.setValue(2, 0, 'Ing Informática');
         data.setValue(2, 1, 2);
         data.setValue(2, 1, 2);
-
         data.setValue(3, 0, 'Watch TV');
+
         data.setValue(3, 0, 'Bioquímica');
         data.setValue(3, 1, 2);
         data.setValue(3, 1, 2);
-
         data.setValue(4, 0, 'Sleep');
+
         data.setValue(4, 0, 'Otros');
         data.setValue(4, 1, 7);
         data.setValue(4, 1, 7);
        
        

Revision as of 12:07, 5 April 2011