UX: switch back to line chart

This commit is contained in:
Arpit Jalan 2018-01-12 10:27:23 +05:30
parent 5bf116e719
commit a2c561bbde
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default Ember.Component.extend({
};
const config = {
type: 'bar',
type: 'line',
data: data,
options: {
responsive: true,