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

demo优化

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