Skip to content

Commit

Permalink
update link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
techtolentino committed Sep 25, 2019
1 parent 18f1135 commit 034435e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 034435e

Please sign in to comment.