kimlee8 Report post Posted September 3, 2008 I am working with FusionWidgetsV3 and want to use a "checkmark" to indicate a milestone event rather than the standard polygon or star shape. Any suggestions? Share this post Link to post Share on other sites
Arindam Report post Posted September 3, 2008 Hi, I am afraid it Share this post Link to post Share on other sites
fusionCharts101 Report post Posted September 10, 2008 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). Share this post Link to post Share on other sites