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 88 flutter_echarts issues
Sort by recently updated
recently updated
newest added

If it was disposed before onWebViewCreated was called, there was an error on the clearCache call because the controller was null. https://github.com/entronad/flutter_echarts/blob/master/lib/flutter_echarts.dart#L105 flutter_echarts version is `1.3.6` ``` Non-fatal Exception: FlutterError...

比如我需要判断语言环境?怎么在formatter里面去调用flutter的方法呢?

I used the screenshot package and then it can't take a screen capture of the graph from the Flutter_echart package - I think is because Flutter_echart is a kind of...

表格在加载不同数据时,有时会出现数据被遮盖的情况。 如图: ![image](https://user-images.githubusercontent.com/16420441/94354311-9048d800-00ac-11eb-85a4-887984d2895a.png) ![image](https://user-images.githubusercontent.com/16420441/94354315-976fe600-00ac-11eb-9618-357a6d6a643b.png)

Are the GL map charts supposed to work? When I copy the code directly from the GL Lines example in the documentation (https://echarts.apache.org/examples/en/editor.html?c=linesGL-ny&gl=1), into my Flutter app, I get a...

Echarts does not Log to Debug Console. As such, any misconfiguration or errors in the chart result merely the chart failing to load. All errors should log to the console.

So i got this error when running my app with debug (f5). `setState() called after dispose(): _EchartsState#48e6f(lifecycle state: defunct, not mounted) This error happens if you call setState() on a...

At first we can zoom in and out of the graph, but after a few seconds of operation, we will not be able to zoom in and out. This happened...