Cross-platform React Native chart library using react-native-svg and paths-js for pie, bar, line, scatterplot, tree, and radar graphs.
react-native-pathjs-charts is a React Native library for creating charts and graphs on iOS and Android using react-native-svg and paths-js. It provides multiple chart types like pie, bar, line, scatterplot, tree, and radar graphs, solving the need for a cross-platform charting solution without native dependencies.
React Native developers building mobile applications that require data visualization, such as dashboards, analytics apps, or financial tracking tools.
Developers choose this library for its cross-platform consistency, variety of chart types, and avoidance of native bridging, making it easier to integrate and maintain compared to native charting solutions.
Android and iOS charts based on react-native-svg and paths-js
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Renders identically on iOS and Android using react-native-svg, eliminating platform-specific charting issues and native bridging complexity.
Supports seven chart types including pie, bar, smoothline, and radar graphs, providing flexibility for various data visualization needs in mobile dashboards.
Avoids native dependencies by relying solely on react-native-svg, simplifying installation and reducing integration headaches compared to native charting libraries.
Uses SVG paths from paths-js, allowing detailed configuration of formats, labels, colors, and axes without predefined styles, as highlighted in the README.
The project is no longer maintained by Capital One since March 2018, meaning no bug fixes, security updates, or compatibility with newer React Native versions.
Lacks touch support and animations, as admitted in the 'Current Features' section, limiting interactivity and modern user experience in charts.
The README lists a long 'Todo' including events, more axis controls, and better documentation, indicating it's an early-stage project with significant gaps.