mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user