Updates + News:

Added Api Docs

Unfortunately, this project is dead. I am unable to support it. If you're interested in taking over, please ping me. --Eric Webb Aug. 19, 2013

What is this?

This is a fork of the d3 (http://d3js.org/) Javascript data library to allow d3 to work as elegantly with the Raphael (http://raphaeljs.com/) vector drawing library as d3 natively does with SVG.

Why?

Because Internet Explorer <= 8 doesn't support SVG, and thus doesn't support d3.

See it in action!

Scatter Plot Example:
Scatter Plot Thumbnail
Bar Chart Example:
Bar Chart Thumbnail
Area Chart Example:
Area Chart Thumbnail

More examples to come.

How can I use this?

On any example page, you should be able to view-source and see exactly how something is done.

How you can help?

If you find d3 and raphael useful together, please help! This project only exists because of the awesome work of the open source community.

Links

Thanks

This project wouldn't mean anything without the work of Mike Bostock (http://bost.ocks.org/mike/) on d3 and Dmitry Baranovskiy (http://dmitry.baranovskiy.com/) on Raphael.