diff options
author | Akshen | 2019-01-15 15:12:09 +0530 |
---|---|---|
committer | Akshen | 2019-01-15 15:12:09 +0530 |
commit | a63457ab5e6a8310f4cbbff92715ebc11deaa5c7 (patch) | |
tree | fa55ab6bd4cea02188cbf3df10b030b77ba23db1 | |
parent | 2c31df8c796d72038bb84d72573f2cc2d24b5d7a (diff) | |
download | workshop_booking-a63457ab5e6a8310f4cbbff92715ebc11deaa5c7.tar.gz workshop_booking-a63457ab5e6a8310f4cbbff92715ebc11deaa5c7.tar.bz2 workshop_booking-a63457ab5e6a8310f4cbbff92715ebc11deaa5c7.zip |
Monthly Graph Revoked
-rw-r--r-- | statistics_app/templates/statistics_app/workshop_stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: [{ |