You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
I have some p-charts on a template and I'm updating it's data from the component on the OnInit inside a subscribe function.
I managed it to update the data following the steps explained on this bug report: #568
I was using primeng 2.0.0 and it was working OK as expected. I've updated it to the latest version 2.0.2 and it stoped working.
I downgraded back to 2.0.0 and worked again. The only change that I've made was the version change of primeng.
The code that I'm using to load and update the chart:
Minimal reproduction of the problem with instructions
-Use a p-chart that needs to be refreshed to show the data with primeng 2.0.0
-Update primeng to 2.0.2.
Please tell us about your environment
-WebStorm
-agular-cli 1.0.0-beta.26
If you are changing your data not your array just data inside of it then you should use refresh manually. But if you are changing your array then after 4.0.RC1 changeDetection will work automatically without any function call.
I'm submitting a ...
[ X] bug report
Current behavior
I have some p-charts on a template and I'm updating it's data from the component on the OnInit inside a subscribe function.
I managed it to update the data following the steps explained on this bug report: #568
I was using primeng 2.0.0 and it was working OK as expected. I've updated it to the latest version 2.0.2 and it stoped working.
I downgraded back to 2.0.0 and worked again. The only change that I've made was the version change of primeng.
The code that I'm using to load and update the chart:
On the html template:
Minimal reproduction of the problem with instructions
-Use a p-chart that needs to be refreshed to show the data with primeng 2.0.0
-Update primeng to 2.0.2.
Please tell us about your environment
-WebStorm
-agular-cli 1.0.0-beta.26
Angular version: 2.4.4
PrimeNG version: 2.0.2
Language: Typescipt
Node: 6.10
The text was updated successfully, but these errors were encountered: