diff --git a/docs/README.md b/docs/README.md index 1592c33..9ad19c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -134,7 +134,7 @@ export default Bar.extend({ ] } } - } + }, mounted () { this.renderChart(this.datacollection, {responsive: true, maintainAspectRatio: false}) }