Hi all FusionCharts folks,
I'm trying to populate GANTT chart by database (PHP+MySQL).
I was able to implement my own script based on the general method based on the conceptual sequence:
1) Execute queries on database
2) If results is not empty...
3)...proceed with "array_push" to concat...