Does anyone have any examples of stacked graphs (or stream graphs) in Raphael?
I'm wondering if there is a working Raphael equivalent of this D3 streamgraph:

The closest I've seen is this line chart example:

I guess I could just knock up a stacked graph based on this, but it'd be great if anyone already had some outline code.