tremorlabs / tremor

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

Barchart with Rounded Corners #1084

Closed kamigerami closed 5 months ago

kamigerami commented 5 months ago

Discussed in https://github.com/tremorlabs/tremor/discussions/875

I would like to achieve the effect shown in the attached image, where the bars in the barchart have rounded corners. The default barchart currently does not support this feature. Could we add an option or modify the barchart component to support rounded corners? (I think recharts might support this)

barchart_rounded

mbauchet commented 5 months ago

Not available in the NPM package, but check Tremor Raw you'll have full control over the charts

kamigerami commented 5 months ago

Not available in the NPM package, but check Tremor Raw you'll have full control over the charts

great idea! will check it out!

Should I close this ticket?

severinlandolt commented 5 months ago

Yes, won't add this to the package. Happy coding!