Gantt Chart tooltip display

0
Hi, I have used Gantt chart and it is working fine but I want to display some other information on its tooltip (Appears when you hover over any record/Gantt chart data). Problem is that tooltip is auto generated with some by default attribute of gantt chart entity.  How can I configure tooltip of gantt chart and from where I can configure. Thanks and Regards, Harshraj Singh
asked
1 answers
0

Hi Harshraj,

You can use the Tooltip widget to add tooltip texts to any widget available in Mendix.

When placing the new Tooltip widget onto a page, use the composable region to place the content which will trigger the tooltip.

Hope this helps you.

answered