Commit 79f55dc5 by liuguorong93

up

parent c6e16084
......@@ -51,14 +51,25 @@ export default {
const colorList = ["#4D88FE", "#50CCCB", "#FFBF3C"];
let option = {
tooltip: {
trigger: "item", // item、axis、none
trigger: "item",
backgroundColor: "#FFFFFF",
padding: [12, 8],
extraCssText:
"box-shadow: 0px 8px 24px -8px rgba(0,0,0,0.08), 0px 16px 24px 0px rgba(0,0,0,0.08), 0px 8px 24px 0px rgba(0,0,0,0.08);",
textStyle: {
color: "#242424",
fontSize: 12,
},
},
legend: {
bottom: 10,
itemGap: 20,
itemWidth: 14,
itemWidth: 10,
itemHeight: 10,
itemGap: 10,
textStyle: {
color: "#f7fcff",
fontSize: 12,
color: "#fff",
fontFamily: "Microsoft YaHei",
},
},
series: [
......
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