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

Hi everyone, we are using the Echart in an item from a list builder. Each item is an ExpansionTile ( kind of an accordion widget: https://api.flutter.dev/flutter/material/ExpansionTile-class.html) and we got the...

用flutter_echarts 做统计图,页面比较长,统计图在当前屏刷数据正常变化,不在当前屏刷数据,ios 统计图就白屏,安卓没问题,这是为啥?

implementation of `WebViewPlatform` has been set to `WebViewPlatform.instance` before use. For unit testing, `WebViewPlatform.instance` can be set with your own test implementation. 'package:webview_flutter_platform_interface/src/platform_webview_controller.dart': Failed assertion: line 26 pos 7: 'WebViewPlatform.instance...

为什么会一直在控制台报错 找不到帧的问题 用官网的案例也是同样的 需要配置什么东西么 首次渲染速度慢会白屏一会儿

When I rotate the cell phone and the container where the graph is drawn expands, it does not update the graph, it does not repaint with the available space. ![vartical](https://github.com/user-attachments/assets/bdcb8020-c30e-4a34-9c01-f7c9cb0d52ac)...

flutter_echarts: ^2.5.0 问题描述:在安卓模拟器中,编译失败,在我的真机中正常 日志信息 ``` A Dart VM Service on sdk gphone64 x86 64 is available at: http://127.0.0.1:50190/l6SD-0ypEy8=/ The Flutter DevTools debugger and profiler on sdk gphone64 x86 64 is...

Echarts( option: ''' // option string ''', ), ![Snipaste_2024-11-29_18-49-55](https://github.com/user-attachments/assets/86294d29-8933-4ff1-b45c-a2880332f2ba) 使用这样的写法 我写动态data的话页面显示为空白 ![Snipaste_2024-11-29_18-50-40](https://github.com/user-attachments/assets/24bfb033-a27d-4c47-871c-b99ee3be1a8f) 使用jsonEncode(xxx)写法可以正常显示, 但是使用new echarts.graphic.LinearGradien会报错

There are a couple of annoying bugs, I hope they are fixed in the newer version. Thank you!