react-native-charts-wrapper

a react native charts wrapper (support android & iOS)

Downloads
32.7K
Stars
2.4K
Committers
52

Bot releases are hidden (Show)

react-native-charts-wrapper - Upgrade Charts to DGCharts Latest Release

Published by wuxudong 12 months ago

Upgrade Charts to DGCharts

Charts is now called DGCharts to prevent conflicts with Apple's SwiftUI Charts.

react-native-charts-wrapper - fix valueFormatter for iOS

Published by wuxudong about 2 years ago

react-native-charts-wrapper - Upgrade Charts to be compatible with Xcode 14

Published by wuxudong about 2 years ago

* updated charts to 4.1.0

* changed ios platform to 12.0

* Charts 4.1.0 upgrade
react-native-charts-wrapper - Using ViewPropTypes from another package

Published by wuxudong over 2 years ago

react-native remove ViewPropTypes from 0.69.0

react-native-charts-wrapper - add expo support

Published by wuxudong over 2 years ago

Simplify setup and add expo support.

react-native-charts-wrapper - Now it can be used as a static lib.

Published by wuxudong about 5 years ago

No need to use use_frameworks! any more.

react-native-charts-wrapper - upgrade to androidx and small bugs fix

Published by wuxudong about 5 years ago

  1. upgrade to androidx abfb4919915630c02495cadaaeff1a128978f69a
  2. update installation guide using rn 0.61.1
  3. small bug fix , #546
react-native-charts-wrapper - fix largeValue, add drawOrder in CombinedChart

Published by wuxudong over 5 years ago

fix largeValue, add drawOrder in CombinedChart
update README

react-native-charts-wrapper - update MpAndroidChart to 3.1.0, compatible to swift 5.

Published by wuxudong over 5 years ago

  1. upgrade MpAndroidChart 3.1.0
  2. upgrade swiftJson 5.0
  3. upgrade Charts 3.3
  4. compatible to swift 5.
react-native-charts-wrapper - update Charts to 3.2.2

Published by wuxudong over 5 years ago

update Charts to 3.2.2

update Examples, use react-navigation 3.x instead.

react-native-charts-wrapper - revert Charts version to 3.1.1

Published by wuxudong about 6 years ago

revert Charts version back to 3.1.1, because of bugs of Charts 3.2.0.
https://github.com/danielgindi/Charts/issues/3673
https://github.com/danielgindi/Charts/issues/3671

Some bug fixes.

Add stock k line example.

react-native-charts-wrapper - add support for linkage chart

Published by wuxudong about 6 years ago

add support for linkage chart.
Multiple charts can be synchronized at native side.

bug fix for setDataAndLockIndex.
swift 4.2 is required.

react-native-charts-wrapper - Support for Swift 4.2 and Xcode 10

Published by wuxudong about 6 years ago

Support for Swift 4.2 and Xcode 10.

Don't use if you are NOT using Swift 4.2

react-native-charts-wrapper - introduce setDataAndLockIndex

Published by wuxudong about 6 years ago

setDataAndLockIndex is important when you implement dynamic scroll chart.
Data is load in backend, and chart view remains unchanged.
Check examples-> infiniteScrollLineChart for detail.

fix Charts version to 3.1.1

react-native-charts-wrapper - bug fix

Published by wuxudong about 6 years ago

  1. fix fitScreen for iOS
  2. add missing properties for CombineChart
  3. force chart.notifyDataSetChanged() for every setState, this can fix setting axisMinimum/axisMaximum without changing data, but slow down performance if setState is called frequently.
react-native-charts-wrapper - cocoapods is introduced and other improvements.

Published by wuxudong about 6 years ago

  1. cocoapods support.
  2. fix visibleRange
  3. more settings for radar chart.
  4. Add IndexValueFormatter. Now both axis and data support valueFormatter.
  5. add highlights function
  6. fix collision with react-native-maps
react-native-charts-wrapper - upgrade to MpAndroidChart 3.0.3 and Charts 3.1.1

Published by wuxudong over 6 years ago

Swift 4.1 is required for 0.4.3.

react-native-charts-wrapper - More attributes for PieChart and doc

Published by wuxudong over 6 years ago

#209 add x and y PieChartDataSet ValuePosition prop
#210 Fix chart frame being mispositioned
#217 Docs for react-native-charts-wrapper
#219 NormalizeSizeEnabled for Bubble Charts

react-native-charts-wrapper - Bug fix

Published by wuxudong almost 7 years ago

Fix highlight in CombinedChart
Fix drawEntryLabels in PieChart
Add left, right, top, bottom in gesture callback.

react-native-charts-wrapper - Support gesture and direct function

Published by wuxudong almost 7 years ago

Android and iOS gesture support.
Enable calling function on chart instance directly.