diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index b26410c..47bc4f0 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -52,7 +52,7 @@ <script src="{{ url_for('static', filename='js/makeChart.js') }}"></script> <script src="{{ url_for('static', filename='js/updateTable.js') }}"></script> <script src="{{ url_for('static', filename='js/buttons.js') }}"></script> - <script>makeChart("#graph", {{ data.chart_data | safe }});</script> + <script>annotateChart("#graph", {{ data.chart_data | safe }});</script> <script> // reset button var reset = document.getElementById("btn-reset"); |
