flutter_echarts
flutter_echarts copied to clipboard
Couldn't convert Echart into a image in flutter
I tried to save chart as image format without using toolbox, but I couldn't, is there any way to do it ?
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