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
Hi, I'm trying to use fl_chart in Embedded Linux to display some large datasets. But I am noticing that when the line chart is loaded with many points, it can slow down other parts of the flutter app like buttons, tabs, etc. that are not part of the chart.
Is there any way to make the chart only render once and then act like a static asset? I tried disabling lineTouchData but that didn't work.
If anyone has experience with optimizing for embedded devices, any advice would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use fl_chart in Embedded Linux to display some large datasets. But I am noticing that when the line chart is loaded with many points, it can slow down other parts of the flutter app like buttons, tabs, etc. that are not part of the chart.
Is there any way to make the chart only render once and then act like a static asset? I tried disabling lineTouchData but that didn't work.
If anyone has experience with optimizing for embedded devices, any advice would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions