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

mean dot in boxplots #2

Closed sgratzl closed 3 years ago

sgratzl commented 3 years ago

see https://github.com/datavisyn/chartjs-chart-box-and-violin-plot/issues/100

Hey! Is there any way to add a mean "dot" to the boxplot (like boxplots usually look like), in addition to the median line I got to show? In such case, where should I add the mean value to the dataset? As of right now I've constructed the dataset like this: min, q1, median, q3, max.

Thanks!

sgratzl commented 3 years ago

new options in the next release: