sgratzl / chartjs-chart-boxplot

Chart.js Box Plots and Violin Plot Charts
https://www.sgratzl.com/chartjs-chart-boxplot/
MIT License
101 stars 23 forks source link

Is it possible to ignore outliers? #27

Closed jasondilworth56 closed 1 year ago

jasondilworth56 commented 2 years ago

I'd like to draw some boxplots without the outliers. Is this something that is possible?

sgratzl commented 2 years ago

have you tried setting outlierRadius to 0?

https://github.com/sgratzl/chartjs-chart-boxplot/blob/32fa5cf93c006b7afd6c09ac68061c540db49d1c/src/elements/base.ts#L50