Merge pull request #131 from JobV/patch-1

fix a typo in an example
This commit is contained in:
Jakub
2017-07-01 14:18:29 +02:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ export default Bar.extend({
]
}
}
}
},
mounted () {
this.renderChart(this.datacollection, {responsive: true, maintainAspectRatio: false})
}