sgratzl / chartjs-chart-funnel

Chart.js Funnel chart
http://www.sgratzl.com/chartjs-chart-funnel/
MIT License
9 stars 7 forks source link

Smoothing out the edges #39

Open MatthiasRMS opened 2 months ago

MatthiasRMS commented 2 months ago

Hey,

Thanks a lot for developing this chartjs addon, super helpful!

Do you have any pointers to achieve this style?

CleanShot 2024-04-14 at 12 40 23@2x

The closest I've managed to get with chartjs and your addon is this below, so only the smooth edges remains:

CleanShot 2024-04-14 at 12 44 45@2x

Do you think there's a way to achieve this with your library?

thank you!

sgratzl commented 2 months ago

so far there is no option to configure this. However it isn't also that difficult to add

MatthiasRMS commented 2 months ago

Thanks for getting back to me! Do you have any lead on how to approach this if I wanted to add it? I might be able to submit a PR after