series: [
{
type: "graph",
layout: "none",
symbolSize: 14,
roam: true,
label: {
distance: 8,
show: true,
fontSize: 10,
},
scaleLimit: {
min:1.2,
max: 2,
},
// edgeSymbolSize: [4, 8],
itemStyle: {
borderColor: "rgba(0,0,0,.9)",
borderWidth: 2,
color: "#ffffff",
},
edgeLabel: {
normal: {
textStyle: {
fontSize: 10,
},
},
},
data: [],
links: [],
lineStyle: {
width: 0.8,
normal: {
opacity: 1,
width: 1,
curveness: 0,
},
},
},
],
参考:echarts图表集
实现效果如图: