1.0.9 • Published 7 months ago

md-relation-charts v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

介绍

前端关系图谱,基于roc-charts改造, 针对业务中常见场景, 添加了name换行, 把name居中,支持两节点之间的多条线

安装使用

npm install md-relation-charts -S

import Chart from "md-relation-charts";

const chart = new Chart({
  id: "chart", // 绘制图谱 dom 的 id
  type: "force", // 图谱类型
  data: relationData // 图谱数据
});

chart.init();
1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago