chainchart
v0.1.0
Published
## Project setup ``` npm install ```
Readme
chainchart
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
chainNode: [],// 基础节点数据
chainLine: [],// 基础连线数据
chainStyle: {
selectBG: '#ff0000', //选中节点背景
nodeBG: 'rgba(255,255,255,1)', //未选中节点背景
selectColor: 'rgba(255,255,255,1)', // 选中节点文字
nodeColor: '#aaa', // 未选中节点文字,
selectLine: , // 未选中连线颜色
lineBG: , // 未选中连线颜色
}