flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

Couldn't convert Echart into a image in flutter

Open AnandVijay03 opened this issue 5 years ago • 1 comments

I tried to save chart as image format without using toolbox, but I couldn't, is there any way to do it ?

AnandVijay03 avatar Nov 14 '20 05:11 AnandVijay03

I think that there is a way, however it didn't work for me.. add toolbox: { bottom: "0%", left: "0%", feature: { saveAsImage: { show: true }, dataView: { show: true, readOnly: true } } }, to options

LAUBENicolas avatar May 06 '21 13:05 LAUBENicolas