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/admin | |
| 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/admin')
| -rw-r--r-- | app/templates/admin/annotations_by_dataset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/admin/annotations_by_dataset.html b/app/templates/admin/annotations_by_dataset.html index 3b72801..2a609bf 100644 --- a/app/templates/admin/annotations_by_dataset.html +++ b/app/templates/admin/annotations_by_dataset.html @@ -16,7 +16,7 @@ {{ super() }} <script src="//d3js.org/d3.v5.min.js"></script> <script src="{{ url_for('static', filename='js/makeChart.js') }}"></script> - <script>makeChartAnnotatedAdmin( + <script>adminViewAnnotations( '#graph', {{ data.chart_data | safe }}, {{ data.annotations | safe }} |
