UX: show bar chart for admin graphs
This commit is contained in:
parent
e90187cbf7
commit
16ce305e53
|
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
|||
};
|
||||
|
||||
const config = {
|
||||
type: 'line',
|
||||
type: 'bar',
|
||||
data: data,
|
||||
options: {
|
||||
responsive: true,
|
||||
|
|
Loading…
Reference in New Issue