diff --git a/docs/de/README.md b/docs/de/README.md index 07da64b..5e9655f 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -134,7 +134,7 @@ export default Bar.extend({ ] } } - } + }, mounted () { this.renderChart(this.datacollection, {responsive: true, maintainAspectRatio: false}) }