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

I have no idea how to style outliers #107

Closed SkyHyve closed 3 months ago

SkyHyve commented 3 months ago

There doesn't appear to be any documentation on it and I have been trying outlierColor, outlierStylem outlierRadius on the top level context, the dataset and the data but nothing seems to work

sgratzl commented 3 months ago

e.g.

    outlierBorderColor: 'red',
    outlierBorderWidth: 4,
    outlierBackgroundColor: 'orange',
    outlierRadius: 20,

https://codepen.io/sgratzl/pen/MWRbowj?editors=0010