How to customize the order of legend items
Last updated: August 14, 2025
By default, legend items are displayed in alphanumeric order on the dashboard and this ordering cannot be modified directly through the interface. However, you can control the order by modifying your data labels.
Controlling legend order
To achieve a specific ordering of legend items, add numeric prefixes to your category names in the dataset. For example:
"1 - High"
"2 - Medium"
"3 - Low"
"4 - Unknown"
Since the legend follows alphanumeric ordering, using numeric prefixes will force your desired sequence while maintaining readable labels in the visualization.
Tip: Keep the format consistent (e.g., single digit + space + hyphen + space) to ensure proper alignment in the legend.