sgratzl / chartjs-chart-boxplot

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

ViolinPlot in vue-chart.js #145

Open nasingham opened 2 months ago

nasingham commented 2 months ago

Hi, I'm trying to use the ViolinChart in my vue.js using chart.js

Is this currently possible?

Im currently getting a "RangeError: Maximum call stack size exceeded"

image

sgratzl commented 2 months ago

can you provide a codesandbox or stackblitz or similar one?

nasingham commented 2 months ago

Here you go! https://codesandbox.io/s/recursing-driscoll-qmswm3?file=/src/App.vue

I'd like to plot a ViolinPlot and add data labels to each point on hover like a tooltip

sgratzl commented 2 months ago

e.g. https://codesandbox.io/p/sandbox/thirsty-forest-c9t29m?file=%2Fsrc%2FApp.vue%3A45%2C1-46%2C1

nasingham commented 2 months ago

thanks for the help! unfortunately i cant access this link

image