bburch2000

Members
  • Content count

    3
  • Joined

  • Last visited

Posts posted by bburch2000


  1. Hmmm, OK, you're using some new operators (addChild, addAttribute), which look like they could clean up the code. Still using a single while loop to iterate over a single table with four columns.

    I'm guessing there's no server-side Gantt example sitting around. Those new operators might clean things up enough for me to understand how the multidimensional arrays are getting used.

    Thanks, Prerana! I'll study the example. If I get something working, I'll post it here.

    Bill


  2. Hi,

    Does the FusionCharts archive include sample PHP code for running a Gantt chart from the server side?

    I’ve been trying to adapt the multiseries Col2d example listed below. It uses a single table with four columns, then has a “while” loop run through each row to load four arrays.

    http://forum.fusioncharts.com/topic/19496-multi-series-2d-column-chart-from-mysql/#comment-67735

    For Gantt, I’ve tried three “while” loops to run through Category, Process, and Task tables. But I don’t really know PHP and haven't been able to get it working.

    I’m hoping somebody at FusionCharts has done a server-side implementation of the Gantt chart for PHP.

    Thanks!

    Bill