diff options
author | Akshen | 2019-01-15 15:41:41 +0530 |
---|---|---|
committer | GitHub | 2019-01-15 15:41:41 +0530 |
commit | c1af8ad608b35157d19bcb6db4058d3dc722e992 (patch) | |
tree | fa55ab6bd4cea02188cbf3df10b030b77ba23db1 | |
parent | 394c9042b64e4be832776cb0d04807fb7cfc5f05 (diff) | |
parent | a63457ab5e6a8310f4cbbff92715ebc11deaa5c7 (diff) | |
download | workshop_booking-c1af8ad608b35157d19bcb6db4058d3dc722e992.tar.gz workshop_booking-c1af8ad608b35157d19bcb6db4058d3dc722e992.tar.bz2 workshop_booking-c1af8ad608b35157d19bcb6db4058d3dc722e992.zip |
Merge pull request #78 from Akshen/stats
Monthly Graph
-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: [{ |