This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
Releases: capitalone/react-native-pathjs-charts
Releases · capitalone/react-native-pathjs-charts
v0.0.23
- Added support for using multiple colors on Pie chart as discussed in #22
- There are now 3 ways to specify chart colors (listed in order or precedence):
- Via a color property on the object of each item in the data array
- Via props.palette (existing way to do it)
- Via props.options.palette (added for consistency in handling of other props.options values for charts)
- There are now 3 ways to specify chart colors (listed in order or precedence):
- For pie chart specifically, added a new way to specify chart options/properties directly as props vs using the existing props.options approach
v0.0.22
v0.0.21
v0.0.20
- Updated to work with React Native 0.30
- Updated docs to reference
react-native link react-native-svg
- Find release at https://www.npmjs.com/package/react-native-pathjs-charts