mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.06k stars 1.26k forks source link

[charts][RFC] Funnel charts #7929

Open alexfauquette opened 1 year ago

alexfauquette commented 1 year ago

Benchmarks

MUI X Funnel chart

https://mui.com/x/react-charts/funnel/

Benchmark

Data structure

Plot options

Nivo has a notion of separator. I'm not a big fan of it: image

Highcharts has a completely custom approach: They display a funnel where you can customize neckWidth, neckHeight and value are represented by the height of the item. It's basicaly a stacked bar with a funnel mask on top of it

image

Side note

This component is somewhat similar to the pie chart:

jeveloper commented 1 year ago

Commercial license holder and a very old material ui supporter and promoter. I would like this type of chart available for pro/premium. Thanks for amazing work