|
@@ -18,10 +18,11 @@ export default {
|
|
|
title: {
|
|
|
text: "材料损耗",
|
|
|
// 标题内边距 上下边距 左右边距
|
|
|
- padding: [10, 0, 0, 155],
|
|
|
+ padding: [10, 0, 0, 70],
|
|
|
textStyle: {
|
|
|
+ fontWeight: "bolder", //标题颜色
|
|
|
color: "white",
|
|
|
- fontSize: 16,
|
|
|
+ fontSize: 18,
|
|
|
},
|
|
|
},
|
|
|
tooltip: {
|
|
@@ -56,7 +57,7 @@ export default {
|
|
|
legend: {
|
|
|
show: true,
|
|
|
orient: "horizontal",
|
|
|
- padding: [30, 0, 0, 0],
|
|
|
+ padding: [10, 0, 0, 0],
|
|
|
right: 0,
|
|
|
icon: "circle",
|
|
|
itemGap: 10,
|