Team:ETH Zurich/project/overview/grid

From 2014.igem.org

(Difference between revisions)
Line 68: Line 68:
   $('#mapTest').mapster({
   $('#mapTest').mapster({
     fillColor: '2C2F3D',
     fillColor: '2C2F3D',
-
     fillOpacity: 1
+
     fillOpacity: 1,
-
    /* clickNavigate: false ,
+
     showToolTip: true,
-
     stroke: true,
+
     toolTipClose: ["tooltip-click", "area-click"],
-
     strokeColor: 'c2d8f1',
+
     areas: [
-
     strokeOpacity: 0.9,
+
            {
-
    strokeWidth: 2,  
+
                key: "age",
-
    clickNavigate: true */
+
                toolTip: 'foo'
 +
            }
 +
            ]
   });
   });
$(window).resize(
$(window).resize(
-
   function()
+
   function() { onWindowResize(); });
-
  {  
+
-
onWindowResize();
+
-
  });
+
resize(true);
resize(true);
});
});

Revision as of 11:44, 30 September 2014

iGEM ETH Zurich 2014