Private
Public Access
1
0

hr pie v1

This commit is contained in:
2024-03-24 14:30:16 +01:00
parent e80fa1e4f9
commit 2fee1fcdb6
10 changed files with 226 additions and 688 deletions

View File

@@ -6,12 +6,9 @@
{% block main %}
<script src="https://cdn.pydata.org/bokeh/release/bokeh-3.1.1.min.js"></script>
<script async="true" type="text/javascript">
Bokeh.set_log_level("info");
</script>
<script src="https://d3js.org/d3.v6.js"></script>
{{ interactiveplot |safe }}
@@ -24,6 +21,7 @@
</li>
</ul>
{{ interactiveplot |safe }}
{% endif %}
{% endblock %}