react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Pie chart: Definitions of colors with labels
trafficstars
Before filing an issue please ensure the following boxes are checked, if applicable:
- [Yes] I have searched for existing issues
- [Yes] I have provided detailed instructions that can reproduce the issue (including code and data necessary)
Is there a way to provide a definitions of colors with labels, near to the pie chart.
Like this image:

The short answer is for an out-of-the-box way to add a legend is no for now though but this is a very reasonable enhancement request.
You could still add your own legend by using some of the same techniques discussed in #30 by adding your own <View> and <Text> react-native JSX component along side the <Pie> component. Does that help?