Appearance
使用 Chart 组件,series.type 设为 graph 即可绘制关系图(网络图)。设置 layout: 'force' 可得到力导向布局,用于展示节点间的关系。
Chart
series.type
graph
layout: 'force'