mirror of
https://github.com/discourse/discourse.git
synced 2025-06-15 15:41:20 +08:00
UX: switch back to line chart
This commit is contained in:
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
data: data,
|
data: data,
|
||||||
options: {
|
options: {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
|
Reference in New Issue
Block a user