Team:UANL Mty-Mexico/Outreach
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
+ | <title>Highcharts Example</title> | ||
- | <script src="http:// | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> |
- | + | <script type="text/javascript"> | |
- | < | + | |
- | + | ||
$(function () { | $(function () { | ||
Line 132: | Line 132: | ||
}); | }); | ||
- | |||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <script src="http://code.highcharts.com/highcharts.js"></script> | ||
+ | <script src="http://code.highcharts.com/modules/exporting.js"></script> | ||
+ | |||
+ | <div id="container" style="width: 600px; height: 400px; margin: 0 auto"></div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
- |
Revision as of 17:35, 21 September 2013