admin管理员组文章数量:1287832
Is there a html5
version or similar to Asterisq Roamer?
I looked at this list of charts from Daniel Davis list, but can't find any that has:
- Loading data from xml(better json)
- Minimum level of connections 2
- Animated custom boxes
This is Asterisq:
Is there a html5
version or similar to Asterisq Roamer?
I looked at this list of charts from Daniel Davis list, but can't find any that has:
- Loading data from xml(better json)
- Minimum level of connections 2
- Animated custom boxes
This is Asterisq:
Share Improve this question edited Feb 11, 2013 at 11:16 Davor Zubak asked Feb 11, 2013 at 10:32 Davor ZubakDavor Zubak 4,74614 gold badges61 silver badges95 bronze badges 5- SVG is a better tool than canvas for the job. – Shmiddty Commented Feb 11, 2013 at 16:57
- @Shmiddty, do you have any examples of similar graph in SVG? – Davor Zubak Commented Feb 11, 2013 at 20:05
- I'm sure you know how to use google. – Shmiddty Commented Feb 11, 2013 at 20:10
- 1 @Shmiddty, sure, I can use google :-), but what is your experience with SVG graphs, what are your favourite api's? – Davor Zubak Commented Feb 12, 2013 at 8:22
- 2 Canvas will give better performance in general, but SVG is more flexible. Check out vivagraph.js – henry74 Commented Jan 30, 2014 at 18:49
1 Answer
Reset to default 10There are several graph visualizers that I know of:
- arbor.js
- JavaScript InfoVis Toolkit
- d3.js
I think their APIs are straightforward enough that adding graphs and edges programatically based on your loaded model is easier than adapting your data to some kind of fixed schema.
本文标签: javascriptHtml5 node graphStack Overflow
版权声明:本文标题:javascript - Html5 node graph? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741328233a2372614.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论