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 = {
|
const config = {
|
||||||
type: 'line',
|
type: 'bar',
|
||||||
data: data,
|
data: data,
|
||||||
options: {
|
options: {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
|
Loading…
Reference in New Issue