UX: show bar chart for admin graphs

This commit is contained in:
Arpit Jalan 2018-01-09 11:17:52 +05:30
parent e90187cbf7
commit 16ce305e53
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default Ember.Component.extend({
};
const config = {
type: 'line',
type: 'bar',
data: data,
options: {
responsive: true,