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

tooltip: { show: true, trigger: 'axis', alwaysShowContent: false, triggerOn: 'click', enterable: true, appendToBody: true, formatter: function (params) { let rez = ''; params.forEach((item) => { if (item.data[2] === '' ||...

I have 4 pages I use 3 EChart graphs When ı click button and I rebuild that chart on which page it is. But when page skip chart to different...

我复制了示例到项目里,可是一加载就闪退

Unhandled Exception: PlatformException(FWFEvaluateJavaScriptError, Failed evaluating JavaScript., A JavaScript exception occurred (WKErrorDomain:4:{WKJavaScriptExceptionLineNumber: Unsupported Type: 45, WKJavaScriptExceptionMessage: TypeError: null is not an object (evaluating 't.getAttribute'), WKJavaScriptExceptionSourceURL: Unsupported Type: about:blank, NSLocalizedDescription: A JavaScript...

Please Added web version supported.

首先感谢作者的这个库,能完美实现前端的图表😂. 现在遇到一个问题, MIUI 13.0.14会报错: "Uncaught ReferenceError: Messager is not defined", source: about:blank (51)

How to use flutter echarts component loading a China map has city location, require a demo.

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...

- Right now i have used Flutter Echart in my flutter app , i want to convert the whole screen into PDF including ECharts displayed on the screen . There...