From 034435e8f37ead4dce54d19ef4dd201e9c904ae4 Mon Sep 17 00:00:00 2001 From: randytolentino Date: Wed, 25 Sep 2019 08:05:47 -0500 Subject: [PATCH] update link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69d5b65..fb90d3b3 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ However, keep in mind the limitations of vue and javascript for mutations on arr **It is important that you pass your options in a local variable named `options`!** The reason is that if the mixin re-renders the chart it calls `this.renderChart(this.chartData, this.options)` so don't pass in the options object directly or it will be ignored. -More info [here](http://vue-chartjs.org/#/home?id=reactive-data) +More info [here](https://vue-chartjs.org/guide/#updating-charts) ```javascript // MonthlyIncome.js