Commit 388d9540 authored by 仇晓婷's avatar 仇晓婷

demo优化

parent 67c2f5e4
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
{ {
title: "车辆编号", title: "车辆编号",
key: "name", key: "name",
width: 160 width: 170
}, },
{ {
title: "车辆厂家", title: "车辆厂家",
......
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
color: ["#73DDFF"], color: ["#73DDFF"],
series: [ series: [
{ {
data: [120, 200, 150, 80, 70, 110, 130], data: [120, 200, 150, 80, 70, 110],
type: "bar", type: "bar",
barWidth: 30, //柱图宽度 barWidth: 30, //柱图宽度
barGap: "-50%" //柱图间距 barGap: "-50%" //柱图间距
...@@ -80,8 +80,9 @@ export default { ...@@ -80,8 +80,9 @@ export default {
// } // }
// }, // },
legend: { legend: {
orient: "vertical", // orient: "vertical",
left: 10, bottom: 50,
left: "center",
data: ["正常", "临近", "到达"] data: ["正常", "临近", "到达"]
}, },
tooltip: { tooltip: {
......
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