aboutsummaryrefslogtreecommitdiff
path: root/app/templates/demo/evaluate.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/demo/evaluate.html')
-rw-r--r--app/templates/demo/evaluate.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/templates/demo/evaluate.html b/app/templates/demo/evaluate.html
index b148f66..7f63033 100644
--- a/app/templates/demo/evaluate.html
+++ b/app/templates/demo/evaluate.html
@@ -34,13 +34,14 @@
<script src="//d3js.org/d3.v5.min.js"></script>
<script src="{{ url_for('static', filename='js/makeChart.js') }}"></script>
-<script>makeChartAnnotated(
+<script>viewAnnotations(
"#graph_user",
{{ data.chart_data | safe }},
{{ annotations_user | safe }}
);
</script>
-<script>makeChartAnnotated(
+<script>
+ viewAnnotations(
"#graph_true",
{{ data.chart_data | safe }},
{{ annotations_true | safe }}