forked from enviPath/enviPy
[Feature] Adds timeseries display (#313)
Adds a way to input/display timeseries data to the additional information Reviewed-on: enviPath/enviPy#313 Reviewed-by: jebus <lorsbach@envipath.com> Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
@ -21,6 +21,10 @@
|
||||
type="text/css"
|
||||
/>
|
||||
|
||||
{# Chart.js - For timeseries charts #}
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
|
||||
<script src="{% static 'js/utils/timeseries-chart.js' %}"></script>
|
||||
|
||||
{# Alpine.js - For reactive components #}
|
||||
<script
|
||||
defer
|
||||
@ -31,6 +35,7 @@
|
||||
<script src="{% static 'js/alpine/pagination.js' %}"></script>
|
||||
<script src="{% static 'js/alpine/pathway.js' %}"></script>
|
||||
<script src="{% static 'js/alpine/components/schema-form.js' %}"></script>
|
||||
<script src="{% static 'js/alpine/components/widgets.js' %}"></script>
|
||||
|
||||
{# Font Awesome #}
|
||||
<link
|
||||
|
||||
Reference in New Issue
Block a user