react-native-pathjs-charts icon indicating copy to clipboard operation
react-native-pathjs-charts copied to clipboard

Pie chart: Definitions of colors with labels

Open naelbw opened this issue 8 years ago • 1 comments
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: ex

naelbw avatar Mar 08 '17 11:03 naelbw

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?

marzolfb avatar Mar 08 '17 13:03 marzolfb