diff --git a/static/js/top-users.js b/static/js/top-users.js index 6516d38..5a23d74 100644 --- a/static/js/top-users.js +++ b/static/js/top-users.js @@ -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: [{