create network diagram/gantt chart that interacts with MySQL through php
I need to generate network diagram and/or ga开发者_开发百科ntt 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
Have you seen any of these?
- PHP Gantt Chart
- PHP Classes Gantt Chart
精彩评论