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 3b00b75..61233a8 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -55,7 +55,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>annotateChart("#graph", {{ data.chart_data | safe }});</script> + <script>annotateChart("#graph", {{ data.chart_data | tojson }});</script> <script> // reset button var reset = document.getElementById("btn-reset"); |
