Team:TU-Eindhoven/Template:UseGraphs
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
Line 3: | Line 3: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
- | $.plot("#placeholder", datasets["usa"],yaxis: { min: 0 }, xaxis: { tickDecimals: 0 }); | + | $.plot("#placeholder", datasets["usa"],{yaxis: { min: 0 }, xaxis: { tickDecimals: 0 }}); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 23:33, 16 August 2013