FormidableLabs / victory-native-xl

A charting library for React Native with a focus on performance and customization.
https://commerce.nearform.com/open-source/victory-native
704 stars 52 forks source link

Pie chart support #141

Closed Hanro50 closed 6 months ago

Hanro50 commented 1 year ago

Description

The primary function I use victory for in my react native project is pie-charts. However it seems the ability to create and use pie-charts is absent as per the current support documentation on the website. Pulling Victory 40 into a project that used Victory 36 previously results in errors cropping up due to the changes made in the underlying components. The victory pie component doesn't seem to exist anymore.

Proposal

It would be nice if they where added back, perhaps with some additional features that can, for instance, prevent labels from colliding with one another as they do currently and perhaps allow for rounded edges on different segments with donut style pie-charts.

angusryer commented 8 months ago

Agreed. I cannot use victory-native v40 because of this. Had to revert to 36.

zibs commented 8 months ago

@angusryer It's in progress #191 to track if you're interested

zibs commented 6 months ago

191 landed and was released, so closing this for now as it brought in initial Pie/Donut support.