Team:TU-Eindhoven/Template:UseGraphs

From 2013.igem.org

(Difference between revisions)
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(){
-
  console.log(textStatus, data);
+
  $.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