HTML5 Chart Export

Is there a way to programatically export an HTML5 Chart as a graphic file or stream?

Sorry, we currently do not have built-in support for this. The chart is rendered fully client-side on a HTML5 Canvas. You could add some code to convert this client side to an image.

Some sample code can be found here:
http://www.nihilogic.dk/labs/canvas2image/