genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
109 stars 47 forks source link

what units for data series #2

Closed indefinitelee closed 7 years ago

indefinitelee commented 7 years ago

Hi, can you tell me what units the series values are in; is it radians? What would values be for a 50/50 pie chart for example?

Thanks for the help

genexu commented 7 years ago

There was no limited what units you use, it will auto calculate to percentage and generate pie chart. If you want output 50/50(I don't really sure what you mean, you mean half half?) pie chart, just give it [50, 50].

indefinitelee commented 7 years ago

thanks, that seems obvious now.