Team:TU-Eindhoven/Template:UseGraphs
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<script> | <script> | ||
- | $.getScript('https://2013.igem.org/Team:TU-Eindhoven/JS:Flot?action=raw&ctype=text/js', function(data, textStatus){ | + | function loadGraphLibrary(){ |
- | + | $.getScript('https://2013.igem.org/Team:TU-Eindhoven/JS:Flot?action=raw&ctype=text/js', function(data, textStatus){ | |
+ | console.log(textStatus, data); | ||
var data = []; | var data = []; | ||
choiceContainer = $('#graph_value_select'); | choiceContainer = $('#graph_value_select'); | ||
Line 34: | Line 35: | ||
plotAccordingToChoices(); | plotAccordingToChoices(); | ||
}); | }); | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 11:40, 17 August 2013