diff --git a/docs/README.md b/docs/README.md index 11ce2fc..2173a15 100644 --- a/docs/README.md +++ b/docs/README.md @@ -239,6 +239,18 @@ export default Line.extend({ ``` +

+ ⚠ Attention: If you mutate your data in a parent component and pass it to your child chart component keep in mind the javascript limitiations. + More info in this [issue#44](https://github.com/apertureless/vue-chartjs/issues/44) +

+ +### Limitations + + ## Chart.js object Sometimes you need more control over chart.js. Thats why you can access the chart.js instance over `this._chart`