Plot Facets Sorting

I want to define in which way the facets are sorted (see cell facet). For that I created the cell named produkte. How can I do that? Here is my notebook: Welthandel / RND / Observable

You can sort the facet by specifying a facet domain computed outside the plot:
fy: {domain: produkte}.

2 Likes

thank you, works great!