You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But sometimes, the data is not ordinal, but authors want the items in a map legend to be ordered in a certain way for clarity
for example, here, the countries should be listed first, followed by "Multiple colonizers", "Colonizer" and "Not colonized"
since specifying a manual order in the admin is not possible, authors edit the data (e.g. prepend numbers) to control the order (see here for an example)
usually, these values (with for example, numbers prepended) shouldn't surface in the UI; they don't in maps if the "Show custom label in the tooltip, instead of the numeric value" checkbox is ticked, but they do show up in tables (example), which is not optimal
editing the data is only necessary because ordering legend items in the admin is not supported
if we supported ordering legend items, authors wouldn't need to edit the data to achieve a certain order, and we also wouldn't have to deal with the fact that the values shown in the map are sometimes different from the values shown in the table
We are downgrading this issue since you can now mark a value as ordinal in the ETL and give a preferred sort order. This is not really an ordinal variable of course but we think it's a decent workaround for these cases.
Examples:
Slack discussion
The text was updated successfully, but these errors were encountered: