chartjs
chartjs copied to clipboard
Fix reactive problem when data change
Fix https://github.com/vue-bulma/chartjs/issues/23
According to document
Triggers an update of the chart. This can be safely called after updating the data object. This will update all scales, legends, and then re-render the chart.
@fundon Can you have to review this pull request?