Forum Discussion
Tooltip value showing on wrong line
- 5 years ago
Hi Anonymous ,
Did you put TransactionPostYear and TransactionPostMonthName in x-axis? Based on my test, it will put all values in x-axis together:
But if you put the field with long name, it will result in line feed.
As a workaround, try to shortened field name.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Anonymous
You have no control over shifting the place where the Tool Tip appears.
You have used Clustered Column Chart, the light and dark blue values can be on the Primary axis as they are higher and the other two could be on the secondary axis, this way it would not be tiny.
Try Line and Clustered Column Chart.
Thanks for the reply. My question isn't about where the tooltip shows up on the chart but the text inside the tool tip. Currently, the year and month are showing up on the first row of the tool tip even though they are 2 separate data fields. I would like the month (in this case "August") to show up next to the month field inside the tooltip text box. For example:
The text inside the tooltip currently shows:
TransactionPostYear 2020 August
TransactionPostMonthName
#Charge 94,000,000
I'd like it to show:
TransactionPostYear 2020
TransactionPostMonthName August
#Charge 94,000,000
Hope this clarifies my issue.
thanks.
- Fowmy5 years agoSuper User
- Anonymous5 years agoNot applicable
Thanks. While a report page tooltip is an option, I was hoping that I could figure out how to get the default tooltip to format correctly. Seems to either be a bug or a setting that I have that causes the month name to show up on the wrong line. Any other thoughts on how to fix the default tool tip?