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
Describe the bug
When using MAUI AppShell with a CartesianChart on one Page, navigating to another page and coming back, causes the chart to malfunction and not update any more.
Smartphone (please complete the following information):
Device: Android Emulator
OS: API 34
Additional context
I have dug into the code and it seems to be caused by the following commit: 3e678a4 which stops the chart from updating after the view unloads. However, it does not activate the chart again after reloading.
The following change resolves the problem, but I am not familiar enough with the code to know whether this can cause other side-effects: #1292
The text was updated successfully, but these errors were encountered:
Describe the bug
When using MAUI AppShell with a CartesianChart on one Page, navigating to another page and coming back, causes the chart to malfunction and not update any more.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The chart should redraw after the view is loaded again
Screenshots
https://gifyu.com/image/S6bCd
Smartphone (please complete the following information):
Additional context
I have dug into the code and it seems to be caused by the following commit: 3e678a4 which stops the chart from updating after the view unloads. However, it does not activate the chart again after reloading.
The following change resolves the problem, but I am not familiar enough with the code to know whether this can cause other side-effects: #1292
The text was updated successfully, but these errors were encountered: