UNPKG

nuke-biz-qn-chart

Version:

weex 版本千牛业务图表库,基于weex + rax,包含线图、柱状图、饼图、雷达图等,其他类型的图表正在按业务需求陆续接入。其中 native 端由客户端插件实现,h5 端使用 g2-mobile

65 lines (64 loc) 1.44 kB
{ "name": "nuke-biz-qn-chart", "version": "0.0.21", "description": "weex 版本千牛业务图表库,基于weex + rax,包含线图、柱状图、饼图、雷达图等,其他类型的图表正在按业务需求陆续接入。其中 native 端由客户端插件实现,h5 端使用 g2-mobile", "main": "lib/index", "files": [ "lib", "docs", "theme", "README.md", "HISTORY.md" ], "keywords": [ "nuke", "chart", "weex", "line-chart", "bar-chart", "pie-chart", "radar-chart" ], "author": { "name": "leanhunter", "email": "heww@live.cn" }, "compatibility": { "qn": { "ios": "5.9.6", "android": "5.9.0" }, "tb": { "ios": "false", "android": "false" }, "tm": { "ios": "false", "android": "false" } }, "scripts": { "dev": "nuke-bin server", "build": "nuke-bin build", "prepublish": "nuke-bin build", "test": "nuke-bin test", "lint": "eslint '@(src|docs)/**/*.@(js|jsx|md)' || true" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:nuke-biz/qn-chart.git" }, "dependencies": { "lodash.foreach": "^4.5.0", "lodash.groupby": "^4.6.0", "nuke-biz-chart": "^0.0.6", "universal-env": "^0.2.11" }, "devDependencies": { "rax": "^0.x.x", "nuke": "^0.7.x" }, "publishConfig": { "registry": "http://registry.npmjs.org" } }