Skip to content

Commit

Permalink
chart.js version locked to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IonMich committed Oct 1, 2023
1 parent a78531e commit 16bd87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/templates/assignments/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endblock %}

{% block scripts %}
<script src="https://cdn.jsdelivr.net/npm/chart.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1" defer></script>
<script src="https://d3js.org/d3.v7.min.js" defer></script>
{{ assignment.get_all_grades|json_script:"all_grades"}}
{{ assignment.max_score|json_script:"max_score"}}
Expand Down

0 comments on commit 16bd87e

Please sign in to comment.