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

Ability to remove the whiskers #119

Closed Jmeardley closed 3 weeks ago

Jmeardley commented 1 month ago

Is it possible to remove the whiskers from the plot? I just want the IQR to be displayed (just the box). How can I turn the whikers off?

Also, doing a hybrid chart with multiple items on each tick of the x axis. The boxplots arrange next to each other on each tick nicely, but I am unable to get a bubble, which i am using as a reference point for the current data to lineup on top of the boxplot connected to it. Is there a way to do this?

Jmeardley commented 1 month ago

i was able to remove the whiskers and the outliers, but I cant find a way to add a reference point that lines up with each boxplot

sgratzl commented 3 weeks ago

if you are just using a box, have you thought of using using a bar chart that has a bar not starting at 0?