From a71429e1467f8e955feb759fd5fe5047eecbca8d Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Wed, 8 Mar 2017 21:37:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs=20with=20reactivit?= =?UTF-8?q?y=20limitations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`