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.
MFelix
Super User
6 years agoHi 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.