Change chart type(top user diagram)

This commit is contained in:
hok7z 2022-12-21 22:55:42 +02:00
parent 226e46d893
commit 20696d2f3c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fetch("/top_users?number=5")
const ctx = document.getElementById('top-users');
new Chart(ctx, {
type: 'pie',
type: 'doughnut',
data: {
labels: data["members"],
datasets: [{