flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

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

Results 83 flutter_echarts issues
Sort by recently updated
recently updated
newest added

flutter_echarts 2.3.0 depends on webview_flutter ^2.0.2 and no versions of flutter_echarts match >2.3.0

A few annoying bugs have been fixed, it would be nice to use the new version.

Occasionally displayed Often not displayed. E/PlatformViewWrapper( 5762): Platform view cannot be composed without a surface.

I want to show the selected x-axis and y-axis data in a separate text widget. I don 't want to use tooltip. I have used extra scipt ``` extraScript: '''...

I think my code is true. but i dont know why its blank. can you help me? Widget: ``` Container( child: Echarts( reloadAfterInit: true, option: ''' { xAxis : [...

**At the [official resource](https://echarts.apache.org/next/examples/en/editor.html?c=bar-histogram), he developed the necessary schedule for himself** Here's my code: ``` var data = [[15, 10, 20, 'A'], [16, 18, 15, 'B'], [18, 26, 12, 'C'],...

Since based on webview, this library has some inextirpable unstability and performance issues. We recommand the Flutter charting library [Graphic](https://github.com/entronad/graphic) as alternative. _Originally posted by @entronad in https://github.com/entronad/flutter_echarts/issues/137#issuecomment-953011378_

在listview组件上啦刷新时触发回弹,echarts会变成空白