Arindam

Changing milestone image in Gantt charts

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now