I would like to label the units of the vertical axis on a BoxWhiskerChart, but haven't figured out how to do so. I tried AxesLabel and I tried giving the data units, but neither worked for me in version 11.1.1
BoxWhiskerChart[Quantity[RandomReal[{0, 10}, {100}], "USDollars"], AxesLabel -> {"Test"}] How can I label the vertical axis?




FrameLabel -> {"", "Test"}, RotateLabel -> False, as you have aFramenot axes. $\endgroup$