Hacker News new | ask | show | jobs
by onychomys 440 days 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.
1 comments

I need to check that out, thank you!