Merge pull request #105 from guilherfp/patch-1

Update README.md
This commit is contained in:
Jakub
2017-05-07 21:26:32 +02:00
committed by GitHub

View File

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