From a63457ab5e6a8310f4cbbff92715ebc11deaa5c7 Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 15 Jan 2019 15:12:09 +0530 Subject: Monthly Graph Revoked --- statistics_app/templates/statistics_app/workshop_stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics_app/templates/statistics_app/workshop_stats.html b/statistics_app/templates/statistics_app/workshop_stats.html index fa1b10d..6dc1103 100644 --- a/statistics_app/templates/statistics_app/workshop_stats.html +++ b/statistics_app/templates/statistics_app/workshop_stats.html @@ -210,7 +210,7 @@ document.getElementById("visualization").style.visibility='hidden'; myChart = new Chart(ctx1, { - type: 'horizontalBar', + type: 'bar', data: { labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', ' December'], datasets: [{ -- cgit