Team:ETH Zurich/modeling/overview
From 2014.igem.org
(Difference between revisions)
Line 79: | Line 79: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$('#map4').mapster({ | $('#map4').mapster({ | ||
- | fillColor: ' | + | fillColor: '343745', |
- | fillOpacity: 0. | + | fillOpacity: 0.5 /*, |
stroke: true, | stroke: true, | ||
strokeColor: 'c2d8f1', | strokeColor: 'c2d8f1', | ||
strokeOpacity: 0.9, | strokeOpacity: 0.9, | ||
strokeWidth: 2, | strokeWidth: 2, | ||
- | clickNavigate: true | + | clickNavigate: true */ |
}); | }); | ||