0.0.8 • Published 3 years ago

ultipa-chart v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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).

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago