Skip to content

Releases: tomauty/react-native-chart

1.0.7-beta

15 Jul 22:27
Compare
Choose a tag to compare

Additions

  • Document xAxisTransform in README

Fixes

  • Fix line chart rendering in Android. Still needs investigation but should work for basic use cases.

1.0.6-beta

08 Jul 21:23
Compare
Choose a tag to compare

Additions

  • Support xAxisTransform of signature (V : any) => T : string | number
  • No longer render completely empty X values as components.

Fixes

  • Chart only re-renders on relevant prop or state changes. Useful when nesting a chart in a larger component hierarchy.
  • Line chart update condition check fixes

1.0.5-beta

08 Jul 17:34
Compare
Choose a tag to compare

Fixes

  • Fixed Android line chart display
  • Support labelFontSize property

1.0.4-beta

07 Jul 14:08
Compare
Choose a tag to compare

Additions

  • Support animated and animationDuration as propTypes.

Bugfixes

  • Fix babel-transform-flow-strip-types dependency resolution error (temporary, will remove on publish once out of beta)
  • Fix showAxis={false} hiding entire chart
  • Fix line chart rendering if first data point has the greatest height
  • Fix widthPercent not doing anything

1.0.0-beta

17 Jun 19:05
Compare
Choose a tag to compare

This is the first release that is cross-platform compatible (mostly...) and written using only ES6 JS, with no non-platform dependencies. Please please please give feedback and help out!