Do you want to save chart as an image or the data itself? Saving as an image isn’t available as of now. But if you want to save the data itself, it should be fairly simple to implement it yourself given that you have access to the data. Push all new dataPoints to a different array before assigning it to the chart.
—
Sunil