我需要从 MySQL 数据库中的数据生成网络图和/或甘特图。
有没有 javascript/HTML5 库可以做到这一点。
我想象的方式是图表上的每个形状代表数据库中的一个行项目以及相关信息。并且链接将基于我的数据库中项目的关系
它必须是双向的(可以将数据推回)和交互式的(拖放等)
我已经在stackoverflow上进行了搜索,并找到了一些js库,只是想要获得更多的投入
I need to generate network diagram and/or gantt chart from data in a MySQL DB.
Is there any javascript/HTML5 library out there that can do it.
The way I imagine it is each shape on the diagram represents a line item from the DB with the associated info. And the links will be based on the relationship of the items in my DB
It has to be bidirectional (can push data back) and interactive (drag and drop, etc)
I have done a search on stackoverflow, and found some js libraries, just want to get more inputs
发布评论
评论(1)
你见过这些吗?
Have you seen any of these?