Dave Benson

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by Dave Benson

  1. I'm having problems since upgrading from 3.10.1 to 3.12.1 Specifically a number of fields seem to have no affect: Chart.ganttWidthPercent, Chart.forceGanttWidthPercent Process.width, data.column.width None of these seem to have any affect now. please see: http://jsfiddle.net/david_a_benson/9gmd7b64/1/ http://jsfiddle.net/david_a_benson/9gmd7b64/2/ http://jsfiddle.net/david_a_benson/9gmd7b64/3/ The behavior I see, is that process width + data column width is fixed. If you try to go over that width then the data columns get smashed up.
  2. Upgrade to 3.12.1 causing Gantt display problems

    Hi, I see a new version has come out, but that this issue is not resolved. My examples don't even run now. Can an estimate on when the gantt will be stable again be provided?
  3. I recently started using Fusioncharts gantt chart and also needed to have the labels in the tasks. As a work around I added two tasks, one for the actual task, and one for the label. For the label task I set the color to #00000000 and the alpha to 0 to get an invisible task, but the label still renders, used some calculations of the original task height and topPadding to position task two's label over center of task one. Would be nice to have this as a feature instead of hacking it up.