提交 50759b48 authored 作者: yanpeng's avatar yanpeng

style

上级 1dc805af
......@@ -975,7 +975,8 @@ const initRightDonut = async () => {
position: "outside",
fontWeight: "bold",
fontSize: 14,
color: "#333"
color: "#333",
distance: 10
}
};
let item1 = {
......@@ -989,7 +990,8 @@ const initRightDonut = async () => {
position: "outside",
fontWeight: "bold",
fontSize: 14,
color: "#333"
color: "#333",
distance: 10
}
};
......@@ -1068,7 +1070,8 @@ const initRightDonut = async () => {
edgeSymbol: ["circle", ""],
edgeSymbolSize: [4, 80],
edgeLabel: {
fontSize: 20
fontSize: 20,
show: false
},
data: data,
// links: [],
......@@ -1082,6 +1085,13 @@ const initRightDonut = async () => {
focus: "adjacency",
lineStyle: {
width: 4
},
label: {
show: true,
position: "outside",
fontWeight: "bold",
fontSize: 16,
distance: 10
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论