I need to make a chart in Flutter with both line graph and point graph in one. I found that charts_flutter library allows 'combo' charts. But I couldn't find a way to save the chart as image in device or send to server. Has anyone faced this issue? I am also open to other libraries if they can perform both of these tasks of creating a combined graph and saving as image. Thank you!