Boxplot with multiple categories per day

Hi,

I want to create a boxplot with days on x-axis and multiple categories, so multiple boxes for each day. I think I can do achieve this only with highcharts but don’t know how. Does somebody have tips for making this possible?

Many thanks!

Fabian

Hi @fabian.altendorfer , it depends. If you have a fixed list of categories and consequently you can put every of them to a separate column, it’s possible without using Highcharts.

1 Like

oh thanks, this is a good idea, i’ll try

works perfectly, thanks a lot @Hrolol