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

style

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