Commit d2b95dd7 authored by 仇晓婷's avatar 仇晓婷

echarts

parent 388d9540
...@@ -81,13 +81,13 @@ export default { ...@@ -81,13 +81,13 @@ export default {
// }, // },
legend: { legend: {
// orient: "vertical", // orient: "vertical",
bottom: 50, bottom: 0,
left: "center", left: "center",
data: ["正常", "临近", "到达"] data: ["正常", "临近", "到达"]
}, },
tooltip: { tooltip: {
trigger: "item", trigger: "item",
formatter: "{a} <br/>{b}: {c} ({d}%)" formatter: "{b}: {c} ({d}%)"
}, },
series: [ 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