fusionCharts101

Members
  • Content count

    1
  • Joined

  • Last visited

About fusionCharts101

  • Rank
    Forum Newbie
  1. Changing milestone image in Gantt charts

    Having a checkmark instead of a star or polygon is not a current option for the gantt chart, but if you own the code as my company does, it is easy to add a drawCheckMark method to the GanttChart.as file and recompile the gantt.fla solution. Using the drawStar method in the action script file, you should be able to work out a checkmark shape fairly easily. You'll also want to check the file for references to the star shape and add a reference for the checkmark shape and drawCheckMark method accordingly (should be two spots).