MacGritsch Report post Posted November 2, 2020 If I set the percentComplete value for a task in a gantt-chart, the tooltipp is not visible for the slack-part. This is a problem as we also can have 0% complete tasks (means 100% slack) - so there is no tooltipp available for the task and you can not identifiy it. I see the same on all your online demos. Not sure if there is an option to show a tooltipp in that cases - at least I did not find it out... Thank you and best regards Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted November 2, 2020 Hi MacGritsch, You can indicate the percentage of task completion over the task bar by using the "showPercentLabel" attribute globally under the chart object, or at individual data objects. However, in FusionCharts Gantt chart, tooltip feature is not supported for the slack part of the incomplete task bar as of now. Please refer to this fiddle for the implementation: http://jsfiddle.net/8n6x074e/ Documentation Links:- Indicate percent complete figures : https://www.fusioncharts.com/dev/chart-guide/standard-charts/gantt-chart#indicate-percent-complete-figures List of attributes : https://www.fusioncharts.com/dev/chart-attributes/gantt Hope this will help. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites
MacGritsch Report post Posted November 2, 2020 Is there a plan to make this possible? otherwise we need to split this task up into two tasks with different colors... Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted November 3, 2020 Hi MacGritsch, In FusionCharts Gantt chart, tooltip feature can be set only for the task completed portion of the task. For incomplete portion of the task, it is not configurable as of now. Since this is not in our current road map, an alternate suggestion would be to split the task into two sub-tasks with different color and tooltext as per your requirement. Please refer to this fiddle for the implementation: http://jsfiddle.net/z5yauq3e/ Documentation Link: https://www.fusioncharts.com/dev/chart-attributes/gantt Hope this will help. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites