Hey!
Is it possible to space multiple boxplot series evenly e.g. 20px distance between them regardless of how many series are visible? At the same time, having the series spaced evenly, I'll have a 160px width container to display them so I'd like to make the chart scrollable but on my experimentations with `scrollablePlotArea` I'll have to always set a minimum width to that container regardless, isn't?
Still on boxplot, how do data labels work with this series type? I tried enabling data labels but I wasn't able to figure out a config that would work. I need 3 labels per point - low, high, and median - like the following design:
I've assembled a small example with my use case here: https://jsfiddle.net/pedro_neatleaf/Lo73q5va/1/
Any help is appreciated.
Cheers!