tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.22k stars 467 forks source link

[Feature]: Box plots #1098

Closed mrporsev closed 4 months ago

mrporsev commented 4 months ago

What problem does this feature solve?

There is no boxplots present and it will be a good feature to add since these types of plots are widely used in HR analytics. To summarize what a boxplot is: "A Box Plot Series, also known as a Box-and-Whisker Plot, visually summarises a dataset's distribution through its median and quartiles." [https://charts.ag-grid.com/react/box-plot-series/].

There should be a way to create horizontal and vertical box plots.

What does the proposed API look like?

No response

severinlandolt commented 4 months ago

Hi @mrporsev! Have not used this since my data science job 5 years ago. Just had a look at recharts and they don't offer this directly. Hence, we won't add it as well.

If I would need a box plot today, I'd probably use this one: https://g2.antv.antgroup.com/en/examples/general/box#box

Thanks for sharing and happy coding!