Commit 19a5d45a authored by 张俊's avatar 张俊

去掉图例

parent 07bbe101
...@@ -1755,16 +1755,16 @@ export default { ...@@ -1755,16 +1755,16 @@ export default {
tooltip: { tooltip: {
show: false show: false
}, },
legend: { // legend: {
bottom: -5, // bottom: -5,
left: "center", // left: "center",
itemWidth: 10, // itemWidth: 10,
itemHeight: 10, // itemHeight: 10,
orient: "horizontal", // orient: "horizontal",
data: legendarr, // data: legendarr,
backgroundColor: "#f4f7fc", // backgroundColor: "#f4f7fc",
borderRadius:8 // borderRadius:8
}, // },
toolbox: { toolbox: {
show: false show: false
}, },
......
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