g2plot-chart-wrapper
Version:
**[Development continue... Known bugs will be fixed soon.]** A wrapper for AntDesign G2Plot charts. Takes data as json. Binds it on charts and provides configuring settings panel on charts dynamically.
74 lines • 2.21 kB
JSON
{
"name": "g2plot-chart-wrapper",
"version": "1.0.9",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dynamic",
"chart",
"react",
"react-chart",
"graph",
"g2plot",
"antd",
"json-data"
],
"author": "https://github.com/cansuk",
"license": "ISC",
"dependencies": {
"@ant-design/charts": "^1.2.10",
"@ant-design/icons": "^4.6.4",
"@antv/g2plot": "^2.3.32",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/plugin-transform-react-display-name": "^7.15.1",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@types/react": "^17.0.20",
"antd": "^4.16.13",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-cli": "^1.1.1",
"i18next": "^20.6.1",
"i18next-http-backend": "^1.3.1",
"kind-of": "^6.0.3",
"moment": "^2.29.1",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.12.0",
"react-scripts": "4.0.3",
"rollup": "^2.56.3",
"rollup-cli": "^1.0.9",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.4.2",
"uniqid": "^5.4.0"
},
"peerDependencies": {
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cansuk/g2plot-chart-wrapper.git"
},
"homepage": "https://github.com/cansuk/g2plot-chart-wrapper#readme"
}