Completed
Last Updated: 29 Mar 2022 04:11 by ADMIN
Daniel
Created on: 09 Dec 2021 10:24
Category: Chart
Type: Bug Report
1
The Native Chart component doesn't update reactively on data change

Describe the bug
The data inside the Chart is not updating when we change the data it is bound to.

To Reproduce
Steps to reproduce the behavior:

  1. Download this project(_re-render.zip) and install the NPM packages(run: npm i)
  2. Start the project(run: npm run serve)
  3. Click on the "Change dataset" button

Expected behavior
With each click of the "Change dataset" button, the "Duration" property of the first element inside the "projects" array is being changed. With this change of "Duration", the Chart should be updated.

0 comments