0.1.0 • Published 2 years ago

chainchart v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

chainchart

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

   chainNode:  [],// 基础节点数据
   chainLine: [],// 基础连线数据
   chainStyle: {
     selectBG: '#ff0000', //选中节点背景
     nodeBG: 'rgba(255,255,255,1)', //未选中节点背景
     selectColor: 'rgba(255,255,255,1)', // 选中节点文字
     nodeColor: '#aaa', // 未选中节点文字,
     selectLine: , // 未选中连线颜色
     lineBG: , // 未选中连线颜色
   }
0.1.0

2 years ago