Remix.run Logo
onychomys 5 months ago

You can easily download a rendered chart by using the chart's getDataURL() function. Then just create a new element in your document and set that element's href to the return from getDataURL() and bob's your uncle.

bArray 5 months ago | parent [-]

I need to check that out, thank you!