bburch2000

Members
  • Content count

    3
  • Joined

  • Last visited

About bburch2000

  • Rank
    Forum Newbie
  1. typo in gantt.js

    Ver. 3.12 of the fusioncharts.gantt.js script has "gantt" misspelled as "guntt" don't know if it actually affects anything but it occurs 19 times in the file so assuming it's going to cause some problems somewhere
  2. server-side Gantt chart

    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
  3. server-side Gantt chart

    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