且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用html5和css3显示组织结构图

更新时间:2023-02-13 13:23:23

参考



1. 交互式组织结构图演示 [ ^ ]

2. HTML5组织结构图 [ ^ ]

3. 可视化:组织国家图表 [ ^ ]
Refer

1. Interactive Organisation Chart Demo[^]
2. HTML5 Org Chart[^]
3. Visualization: Organizational Chart[^]


您可以使用 PHP Chart [ ^ ]。他们的框架允许使用简单的jquery轻松创建HTML5图形。



在这里查看现场演示:

http://www.chartphp.com/demo/ [ ^ ]



***部分带有适当的文档:

http://www.chartphp.com/docs/ [ ^ ]



快乐编码!
You could actually make a pretty good mark using PHP Chart[^]. Their Framework allows easy steps to create HTML5 graphs using simple jquery.

Check out Live Demo here:
http://www.chartphp.com/demo/[^]

Best part comes in with proper documentation:
http://www.chartphp.com/docs/[^]

Happy coding!