Buzz Brown Report post Posted August 11, 2016 Is there a way to suppress the display of tasks in a Gantt chart so only the milestones appear? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 12, 2016 Thanks for the query. Yes it is possible to suppress the display of tasks in a Gantt chart so only the milestones appear. By setting the following task object attribute in the chart element: "alpha" : "0" "borderalpha" : "0" "hoverFillAlpha" : "0" And for the milestones you can create the milestones object and create your milestones. However, one drawback would be tool text would be visible where the task has been hidden. You can bypass this by setting "showToolTip" : "0" in the chart attribute. You can check this fiddle link for example : http://jsfiddle.net/ayanbhaduryfc/z79b74k3/121/ Hope this helps. Share this post Link to post Share on other sites
Buzz Brown Report post Posted August 12, 2016 Thanks, Ayan. I tried your suggestion and yes, the tasks were hidden. However, the space was still visible as though the tasks were there. I have attached a screen shot of what I am trying to achieve (minus the 2 visible tasks). Any thoughts? Can the Tasks element be eliminated in some way? Share this post Link to post Share on other sites
Buzz Brown Report post Posted August 12, 2016 [solved] Decided to eliminate Milestones and treat Tasks like Milestones. Although the Start and End date of the tasks are the same, by making the border 5px the displayed tasks functions as Milestones. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 16, 2016 Hi,You are always welcome.Glad to know that you have managed to solve your purpose.Happy FusionCharting! Share this post Link to post Share on other sites