Commit c6e16084 by liuguorong93

更新

parent 5b88c815
......@@ -194,10 +194,16 @@ export default {
type: "pie",
coordinateSystem: "geo",
label: {
show: false,
show: true,
color: "#000",
fontSize: 12,
fontFamily: "Microsoft YaHei",
formatter: (params) => {
return params.value + "头";
},
},
labelLine: {
show: false,
show: true,
},
z: 4,
animationDuration: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment