Begin implementing smarter WM system for multi-type objects

This commit is contained in:
2022-11-29 07:20:39 +00:00
parent fd4cecee05
commit ac3a57a2e8
22 changed files with 377 additions and 608 deletions

View File

@@ -0,0 +1,10 @@
{% load static %}
<div style="display: none" id="jsonData" data-json="{{ data }}">
</div>
{% if params.index != 'int' and params.index != 'meta' %}
<div id="sentiment-container" {% if params.show_sentiment is None %} class="is-hidden" {% endif %}>
<canvas id="sentiment-chart"></canvas>
</div>
<script src="{% static 'chart.js' %}"></script>
{% endif %}