Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Releases: capitalone/react-native-pathjs-charts

v0.0.23

06 Jan 06:07
Compare
Choose a tag to compare
  • 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)
  • 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

15 Dec 06:13
Compare
Choose a tag to compare
  • Updating dependencies:
    • react: 15.4.1
    • react-native: 0.38.0
    • react-native-svg: 4.4.1
  • Modified drawing of axes on charts to respect offset values provided in chart options

v0.0.21

08 Nov 18:00
Compare
Choose a tag to compare

Fix #16 by incrementing dependencies:

  • react-native dependency version changed from 0.30 to 0.35 - d84ac01
  • react-native-svg dependency version changed from 3.11 to 4.30 - 6efecc0

v0.0.20

04 Aug 02:03
Compare
Choose a tag to compare