UX: switch back to line chart
This commit is contained in:
parent
5bf116e719
commit
a2c561bbde
|
@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
|||
};
|
||||
|
||||
const config = {
|
||||
type: 'bar',
|
||||
type: 'line',
|
||||
data: data,
|
||||
options: {
|
||||
responsive: true,
|
||||
|
|
Loading…
Reference in New Issue