@uyun/everest-process
EverestProcess 是一个基于D3实现的底层流程图插件,通过丰富的API实现自定义的流程图
Last updated 7 years ago by liupeng .
$ cnpm install @uyun/everest-process 
Private package

EverestProcess 流程图插件

EverestProcess 是一个基于D3实现的底层流程图插件,通过丰富的API实现自定义的流程图

如何使用

import { EverestProcess } from '@uyun/everest-process'
const container = document.getElementById('container')
const chart = new EverestProcess(container, options, theme)

  • container 第一个参数为DOM节点容器
  • options 流程图配置参数
  • theme 流程图皮肤,目前仅支持白色和蓝色两套,不传或者非blue值,视为white白色皮肤

Documents 参考文档

更新日志

2018-05-08 (1.0.6)

  • add onDrag事件,返回当前拖拽的node集合
  • add onChange事件,数据改变时,返回最新的数据
  • add onSkin,允许用户自行设置皮肤
  • update 允许初始化时,设置组件皮肤
  • fixed 线路覆盖时,无法点击下面的线路

2018-05-04 (1.0.2)

  • add 画布的右键自定义菜单,支持dom节点的名称渲染
  • add node右键自定义菜单,支持dom节点的名称渲染

2018-05-03 (1.0.1)

  • 调整node和line对象的style配置
  • 添加data内对节点和线路自定义的配置

2018-05-02 (1.0.0)

  • everest-process发布,详情内容查看文档

Current Tags

  • 1.0.22                                ...           latest (7 years ago)

28 Versions

  • 0.0.1                                ...           7 years ago
  • 0.0.3                                ...           7 years ago
  • 0.0.4                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.4                                ...           7 years ago
  • 1.0.5                                ...           7 years ago
  • 1.0.6                                ...           7 years ago
  • 1.0.7                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.0.10                                ...           7 years ago
  • 1.0.11                                ...           7 years ago
  • 1.0.12                                ...           7 years ago
  • 1.0.13                                ...           7 years ago
  • 1.0.14                                ...           7 years ago
  • 1.0.15                                ...           7 years ago
  • 1.0.16                                ...           7 years ago
  • 1.0.17                                ...           7 years ago
  • 1.0.18                                ...           7 years ago
  • 1.0.19                                ...           7 years ago
  • 1.0.20                                ...           7 years ago
  • 1.0.21                                ...           7 years ago
  • 0.0.2                                ...           7 years ago
  • 0.0.5                                ...           7 years ago
  • 1.0.22                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (5)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org