HTML5 canvas alternatives for d3.js, graph visualization library

前端 未结 5 1555
小蘑菇
小蘑菇 2020-12-23 15:12

Is there any Canvas library that is like d3.js (is svg library). I have a website here and I coded a graph with svg elements however it is not efficient on smart phone\'s br

5条回答
  •  礼貌的吻别
    2020-12-23 15:24

    For the Samsung Olympic Genome Project facebook app, we used http://thejit.org to make the force directed graph style animation for the app. It's heavily modified by me and others on my team of course, and only plays a very small part in the app, but it's quite a powerful framework.

提交回复
热议问题