Implement chart tooltips

This commit is contained in:
2022-07-21 13:51:01 +01:00
parent 79b1f7676e
commit 8f6393b2ca
3 changed files with 36 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<div class="box">
<form method="POST">
{% csrf_token %}