UNPKG

react-native-funnel-graph

Version:

A flexible, SVG-based funnel chart component for React Native to visualize sequential data and conversion rates.

75 lines (74 loc) 1.76 kB
{ "name": "react-native-funnel-graph", "version": "1.0.6", "description": "A flexible, SVG-based funnel chart component for React Native to visualize sequential data and conversion rates.", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "babel src --out-dir lib --copy-files", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Abhishek-Appstn/react-native-funnel-graph.git" }, "keywords": [ "react-native", "react-native-chart", "react-native-charts", "react-native-graph", "react-native-graphs", "react-native-svg", "react-native-svg-charts", "chart", "charts", "graph", "graphs", "funnel", "funnel-chart", "funnel-graph", "funnel-plot", "funnel-visualization", "3d-funnel", "3d-chart", "svg", "svg-charts", "data-visualization", "data-viz", "visualization", "analytics", "dashboard", "business", "conversion", "conversion-rate", "pipeline", "sales-funnel", "marketing-funnel", "user-flow", "mobile-chart", "mobile-graphs", "interactive-charts", "react-charts" ], "bugs": { "url": "https://github.com/Abhishek-Appstn/react-native-funnel-graph/issues" }, "homepage": "https://github.com/Abhishek-Appstn/react-native-funnel-graph#readme", "author": "abhishek ml", "license": "ISC", "dependencies": { "react-native-svg": "^13.4.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" }, "devDependencies": { "@babel/cli": "^7.17.0", "@babel/core": "^7.17.0", "@babel/preset-env": "^7.17.0", "@babel/preset-react": "^7.16.0" } }