fix a typo in an example

This commit is contained in:
Job van der Voort
2017-06-29 20:43:39 +01:00
committed by GitHub
parent 6736715895
commit 43bada7b15

View File

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