简体   繁体   English

在Raphael中复制d3.js动态树

[英]Replicate d3.js Dynamic tree in Raphael

I would like to replicate this D3js Dynamic Tree example using Raphael . 我想使用Raphael复制这个D3js Dynamic Tree示例 I am not able to use this example in IE8 since it doesn't support SVG. 我无法在IE8中使用此示例,因为它不支持SVG。 I need to find a alternative to this problem. 我需要找到这个问题的替代方案。

I have already been trying this using d34raphael but there is not much documentation for me to get something working except for only a couple of basic examples. 我已经使用d34raphael尝试了这个,但除了仅有几个基本的例子之外,我没有太多的文档可以让我有所收获。

Any suggestions on how to convert this Dynamic tree into Raphael would be much appreciated. 任何有关如何将此动态树转换为拉斐尔的建议将非常感激。

You can build this visualization with Protovis . 您可以使用Protovis构建此可视化。 The example on the Protovis page page isn't dynamic but there are some examples of dynamic trees in the tests . 在Protovis页的示例页面不是动态的,但也有动态的树木的一些例子在测试中

Protovis has pretty good MSIE 7/8 support through a VML rendering add-on: Protovis-MSIE (disclaimer: I am the author of this). Protovis通过VML渲染附件提供了相当不错的MSIE 7/8支持: Protovis-MSIE (免责声明:我是本文的作者)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM