Forum Discussion
Anonymous
6 years agoNot applicable
Tooltip Value Showing Twice
Hello, I'm wondering how to essentially sort a bar chart visualization by the legend. In the visualization below, I am visualizing the number of people belonging to a sub-category of an Audience; th...
- 6 years ago
Hi Anonymous ,
The sorting of the default tooltip is made based on:
- Axis value
- Legend value
- Value
- Tooltip fields (in the order you place them)
You cannot change this behaviour so adding the Audience Category to the tooltip part duplicated the value and does nothing to sorting.
To achieve a custom sorting you need to create a custom tooltip para that way you can sort the values of the tooltip as you need.
luapdoniv
Resolver II
6 years agoNot am aware off. The workaround is to create a tooltip dashboard with a table visual formatted out to resemble exactly the way the tooltip is seen, and that is possible.