diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 12:50:42 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 12:50:42 +0100 |
| commit | 925d69c9438ac3d61cd811dcfa4ee00dd24d21bf (patch) | |
| tree | 4a9846f1ae0cdfe1877ad60bef6cacaa8879ef29 /app/templates/annotate | |
| parent | Move scripts to scripts block (diff) | |
| download | AnnotateChange-925d69c9438ac3d61cd811dcfa4ee00dd24d21bf.tar.gz AnnotateChange-925d69c9438ac3d61cd811dcfa4ee00dd24d21bf.zip | |
merge d3 code for maintainability
Diffstat (limited to 'app/templates/annotate')
| -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"); |
