Gantt Charts With PHP – Gantti
28
Jul
// php the_time('Y') ?>
Gantti is an open source PHP class for generating Gantt charts on-the-fly.
The charts created are pure HTML5-CSS3 with no JavaScript involved. The output looks very nice by default but can be customized with ease (with SASS stylesheet).
It simply works by defining an array of start/end dates and calling a single function. Also, charts are cross browser (IE7+).
Requirements: PHP
Compatibility: All Major Browsers
Website: http://bastianallgeier.com/gantti/
Download: https://github.com/bastianallgeier/gantti
Compatibility: All Major Browsers
Website: http://bastianallgeier.com/gantti/
Download: https://github.com/bastianallgeier/gantti
- Tags:
Php
- Filed under: Charts, Goodies, MIT License
- 1 Comment












One Response for "Gantt Charts With PHP – Gantti"
Would be a nice tool if you could have more than one range per line. eg:
namehere- {from1 – to1 } { from2 – to2}