CodeIgniter Forums
GANTT Chart in Codignater - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: GANTT Chart in Codignater (/showthread.php?tid=75066)



GANTT Chart in Codignater - nisha79 - 12-16-2019

Hi,

I am working on an Employee Timesheet Management System. In this system, we are storing the working hours of each employee. How can I make a Gantt chart using these available hours? This chart must be helpful to the project manager to allocate the resources properly. I am using Codeigniter/MySQL to develop the system.

thanks in advance.


RE: GANTT Chart in Codignater - InsiteFX - 12-16-2019

SEE:

phpChart

JpGraph

Chart.js


How to do the above.

Creating Dynamic Data Graph using PHP and Chart.js


RE: GANTT Chart in Codignater - nisha79 - 12-16-2019

(12-16-2019, 09:42 AM)InsiteFX Wrote: thank you the information.
SEE:

phpChart

JpGraph

Chart.js


How to do the above.

Creating Dynamic Data Graph using PHP and Chart.js