wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.44k stars 657 forks source link

Charts -> DGCharts in 5.0 #955

Closed mateogianolio closed 9 months ago

mateogianolio commented 1 year ago

Hey! Opening this issue just to notify the maintainer.

Charts 5.0 has switched name to DGCharts to prevent conflicts with SwiftUI Charts.

https://github.com/danielgindi/Charts/releases/tag/5.0.0

wuxudong commented 1 year ago

Thanks for reminding.

longuyen10119 commented 1 year ago

It seems simple enough of a fix documented in the link above To fix your projects simply replace import Charts with import DGCharts How can I do this within my own project using react-native-charts-wrapper? Thanks in advance.

hexadecy commented 1 year ago

@longuyen10119 you have to fork react-native-charts-wrapper for that.

thehale commented 9 months ago

Looks like this was completed in version 0.6.0.