Limiting Bar Chart Output

I’ve got a bar chart that works fine but I need to limit the output. It presently shows all 100 categories but I need to limit it to the top 10 categories… Do I need to add another node or can this action be handled within the bar chart options?

Hi there,

Bar Chart doesn’t offer that possibility. You can use GroupBy node followed by Element Selector node to get top n categories.

Hope this helps.

Br,
Ivan

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.