Skip to content

Commit

Permalink
Merge pull request #592 from grycap/stats
Browse files Browse the repository at this point in the history
Update chart js version
  • Loading branch information
micafer authored Nov 4, 2024
2 parents 8a165a4 + c707610 commit d1b91df
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
13 changes: 0 additions & 13 deletions app/static/chart/Chart.min.js

This file was deleted.

13 changes: 13 additions & 0 deletions app/static/chart/chart.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app/static/chart/chartjs-adapter-date-fns.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/templates/advanced_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h5>Cloud Provider:</h5>
</div>


<script src="{{ url_for('static', filename='chart/Chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='chart/chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='chart/utils.js') }}"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
{% include 'flashed_messages.html' %}

<script src="{{ url_for('static', filename='chart/Chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='chart/chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='chart/chartjs-adapter-date-fns.bundle.min.js') }}"></script>

<script>
Expand Down

0 comments on commit d1b91df

Please sign in to comment.