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

我的代码如下: 在组件这里使用extendsion加入 ![image](https://user-images.githubusercontent.com/40973214/145023658-260eab84-d706-43f7-8ccc-638e7f8d7b7d.png) 引用的json是: ![image](https://user-images.githubusercontent.com/40973214/145023802-d7e0ab8d-9c69-467c-b379-72e3a59eafc1.png) 但是不显示没有反应 ,怎么处理呢

在层叠组件stack中使用,设置地图背景为透明无效,显示白色,backgroundColor设置其他颜色可以。

flutter_echarts not support for web

echarts.registerMap('taiyuan', geoJson); mapType: 'taiyuan', 我想用自定义地图josn什么引入?

![image](https://user-images.githubusercontent.com/40824282/141399773-068ac870-6c94-4ddf-8ae1-53bcc401a561.png) ios 上有这个问题,android不清楚

使用这个组件的时候整个设置了背景色,组件所在的区域会闪一下白屏

[INFO:CONSOLE(1)] "The key "target-densitydpi" is not supported.", source: data:text/html;base64,PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgY2hhcnNldD0idXRmLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wLCBtYXhpbXVtLXNjYWxlPTEuMCwgbWluaW11bS1zY2FsZT0xLjAsIHVzZXItc2NhbGFibGU9MCwgdGFyZ2V0LWRlbnNpdHlkcGk9ZGV2aWNlLWRwaSIgLz48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmJvZHksaHRtbCwjY2hhcnR7aGVpZ2h0OiAxMDAlO3dpZHRoOiAxMDAlO21hcmdpbjogMHB4O31kaXYgey13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDApO308L3N0eWxlPjwvaGVhZD48Ym9keT48ZGl2IGlkPSJjaGFydCIgLz48L2JvZHk+PC9odG1sPg== (1)

Hi, I believe it is due to the WebView scrolling by default in iOS that makes the chart bounce up and down when trying to use it, a serious issue...

Can you enhanced to support TargetPlatform.windows? thanks.