datavisyn/chartjs-chart-box-and-violin-plot

Whiskers being drawn within area of Q1-Q3

acochrane-nvx opened this issue · 2 comments

With data with extreme outliers, I am finding a lot of times this chart style is drawing the whiskers above Q1 and below Q3. Is there a way to keep this from happening?
image

it depends on how one computes the whiskers, can you try the latest develop branch, it also provides more options to specify how the whiskers should be computed.

npm install github:datavisyn/chartjs-chart-box-and-violin-plot#develop

re options:
https://github.com/datavisyn/chartjs-chart-box-and-violin-plot/tree/develop#scale-options or https://github.com/datavisyn/chartjs-chart-box-and-violin-plot/blob/develop/samples/fivenum.html as an example

This is using the latest version (2.8.0?) and no tick options, just defaults. What sort of options should I be using to make sure the whiskers are always above and below the box?