Releases: tomauty/react-native-chart
Releases · tomauty/react-native-chart
1.0.7-beta
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
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
Fixes
- Fixed Android line chart display
- Support
labelFontSize
property
1.0.4-beta
Additions
- Support
animated
andanimationDuration
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
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!