0.0.8 • Published 3 years ago
ultipa-chart v0.0.8
ultipa-chart
canvas 图表库
Install
npm install ultipa-chart -S
Quick Start
import ultipa from 'ultipa-chart'
new ultipa.NodeRelation({
...
})
or
import { NodeRelation } from 'ultipa-chart'
new NodeRelation({
...
})
Catalogue
├── README.md // help
├── dist // 打包后的js
├── src // 源码
│ ├── core // 图表核心代码
│ │ ├── departmentLevel // 部门层级图
│ │ ├── nodeRelation // 节点关系图
│ │ ├── triangleDistribution // 三角分布图
│ │ ├── event.js // event公共类
│ │ └── view.js // canvas画布基类
│ ├── util // 工具
│ │ └── helper.js // 公共func
│ └── main.js // 入口
├── template // 示例
│ ├── departmentLevel // 部门层级图
│ ├── nodeRelation // 节点关系图
│ └── triangleDistribution // 三角分布图
├── package.json
├── .eslintignore
├── .eslintrc.js
├── .gitignore
├── .prettierrc.js
├── .babelrc
└── .webpack.config.js
Other
welcome star
if you have any questions, please contact wx(zzfwhf).