Replication d3.js Dynamic Tree in Raphael

I would like to reproduce this D3js dynamic tree example using Raphael . I cannot use this example in IE8 because it does not support SVG. I need to find an alternative to this problem.

I already tried this with d34raphael , but for me there are not many documents to get something working, with the exception of a few basic examples.

Any suggestions on how to convert this dynamic tree to Raphael would be greatly appreciated.

+4
source share
1 answer

You can create this visualization using Protovis . The example page of a Protovis page is not dynamic, but there are several examples of dynamic trees in tests .

The protoviz has good MSIE 7/8 support through the VML rendering add-in: Protovis-MSIE (disclaimer: I am the author of this).

+1
source

All Articles