Forum Discussion
Tooltip limit for Gantt chart
- Anonymous2 years ago
Hi Mage ,
I'm sorry. Here's an alternative Solution : you can also try to create a calculated column, merge the columns you want to place in Tooltips with &&, and show them together:
Create calculated column.Column 2 = 'Table'[date]&" - "&'Table'[date1]&" - "&'Table'[Column]To Gantt 2.2.3 Chart tooltips, I went and looked at the design code for Gantt 2.2.3 Custom Visual Objects and I found that when he originally designed it that was the maximum limit of three.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Thanks for reply, but I tried to find any alternative solutions for the chart instead of provide an idea to consume unnecessary time.
Also, in the same situation that you have provided, I had seen it before and did not think the reply is suitable for my case, it said 'there is no limit to the number of tooltips that can be added to the Gantt chart' while actually the limitation seems to be 3.
If 'This seems to be a question of the Gantt 2.2.3 Chart design philosophy', whether there is any document or explanation for it.
Hopefully for your advise.
Regards,
Mage
Hi Mage ,
I'm sorry. Here's an alternative Solution : you can also try to create a calculated column, merge the columns you want to place in Tooltips with &&, and show them together:
Create calculated column.
Column 2 =
'Table'[date]&" - "&'Table'[date1]&" - "&'Table'[Column]
To Gantt 2.2.3 Chart tooltips, I went and looked at the design code for Gantt 2.2.3 Custom Visual Objects and I found that when he originally designed it that was the maximum limit of three.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.