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
This issue happens only on Android and with skia renderer.
When the app comes from foreground mode an strange "shadow" is applied over the chart, probably because the chart is duplicated one above the other.
To Reproduce
Create an line skia chart
Go foreground mode after it rendered first time
Go back to the app
Expected behavior
Don't duplicate the chart
One solution that we got is use the svg renderer on android.
Describe the bug
This issue happens only on Android and with skia renderer.
When the app comes from foreground mode an strange "shadow" is applied over the chart, probably because the chart is duplicated one above the other.
To Reproduce
Expected behavior
Don't duplicate the chart
One solution that we got is use the svg renderer on android.