Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native Bar chart Customized

I am new to react-native. I need to place charts in my app (Bar, multi-line, multi-bar). What can be the best library to use and I want Bar chart with curvy edges not with the regular style. Thanks in advance.

like image 383
Bhavani Kannan Avatar asked Mar 15 '18 05:03

Bhavani Kannan


1 Answers

Please see if below libraries are helpful

  • https://github.com/tomauty/react-native-chart
  • https://github.com/FormidableLabs/victory-native
  • https://github.com/wuxudong/react-native-charts-wrapper
  • https://github.com/capitalone/react-native-pathjs-charts

enter image description here enter image description here enter image description here

like image 59
David Avatar answered Oct 14 '22 22:10

David