entronad / flutter_echarts

A Flutter widget to use Apache ECharts in a reactive way.

Home Page:https://pub.dev/packages/flutter_echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart Freeze when we have a more than 1000 data points

Doopin opened this issue · comments

commented

Hi all,
This package is awesome for graphing. it works perfectly for static data.

I am using this package to plot data from a real-time system.
My issue Chart Freezes or not smooth transitions when we have thousands data point to plot per second.
Do you please have any idea to boost performance?