android 的 React Native 图表
React Native Charts for android
嗨,有人可以建议我在 React Native 中实现图表的最佳方法吗,我已经使用 https://github.com/onefold/react-native-chart 为 iOS 实现了图表并且工作正常,但是对于 android我有点挣扎,如果有人可以,那将是一个很大的帮助
谢谢
您应该尝试使用这个库 https://github.com/hongyin163/react-native-chart-android。
它完成 Android.
的工作
您也可以检查https://github.com/wuxudong/react-native-charts-wrapper。
同时支持 android 和 ios。使用最新的 MpAndroidChart 和图表
react-native 中至少有 2 个不错的库可用于为平台 iOS 和 android 创建图表,看看:
- react-native-svg-charts at: https://github.com/JesperLekland/
- react-native-chart-kit at: github.com/indiespirit/react-native-chart-kit –
您还可以使用 D3 和 ART 查看 React Native 中的动画图表。使用这 2 个库,您将能够制作自定义图表,甚至可以为它们制作动画。
Link for tutorial
我建议您使用 react-native-chart-kit
和 react-native-svg
。只需安装它,导入,您就可以绘制多种类型的图表,例如:折线图、贝塞尔线图、进度图、条形图、饼图和贡献图(热图)。你可以试试我的基础项目:click here。享受
嗨,有人可以建议我在 React Native 中实现图表的最佳方法吗,我已经使用 https://github.com/onefold/react-native-chart 为 iOS 实现了图表并且工作正常,但是对于 android我有点挣扎,如果有人可以,那将是一个很大的帮助
谢谢
您应该尝试使用这个库 https://github.com/hongyin163/react-native-chart-android。 它完成 Android.
的工作您也可以检查https://github.com/wuxudong/react-native-charts-wrapper。
同时支持 android 和 ios。使用最新的 MpAndroidChart 和图表
react-native 中至少有 2 个不错的库可用于为平台 iOS 和 android 创建图表,看看:
- react-native-svg-charts at: https://github.com/JesperLekland/
- react-native-chart-kit at: github.com/indiespirit/react-native-chart-kit –
您还可以使用 D3 和 ART 查看 React Native 中的动画图表。使用这 2 个库,您将能够制作自定义图表,甚至可以为它们制作动画。 Link for tutorial
我建议您使用 react-native-chart-kit
和 react-native-svg
。只需安装它,导入,您就可以绘制多种类型的图表,例如:折线图、贝塞尔线图、进度图、条形图、饼图和贡献图(热图)。你可以试试我的基础项目:click here。享受