flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

echart 生成问题

Open curiousbabyMz opened this issue 3 years ago • 1 comments

控制台多次报错

Shader compilation error

ERROR: 0:6: 'samplerExternalOES' : syntax error syntax error

普通安卓模拟器正常显示图表,nox模拟器不显示图表

option = { 'tooltip': {}, 'grid': {'left': 50}, 'xAxis': { 'type': 'category', 'data': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, 'yAxis': {'type': 'value'}, 'series': [ { 'data': [820, 932, 901, 934, 1290, 1330, 130], 'type': 'line' } ] }

curiousbabyMz avatar Jan 11 '21 08:01 curiousbabyMz

Since based on webview, this library has some inextirpable unstability and performance issues. We recommand the Flutter charting library Graphic as alternative.

entronad avatar Oct 27 '21 15:10 entronad