diff --git a/sgzb-screen/src/components/home/rightFour.vue b/sgzb-screen/src/components/home/rightFour.vue index 57f1558a..22111fad 100644 --- a/sgzb-screen/src/components/home/rightFour.vue +++ b/sgzb-screen/src/components/home/rightFour.vue @@ -127,12 +127,18 @@ export default { { type: "category", gridIndex: 0, - data: this.carNoList + // data: this.carNoList + axisLabel: { + show: false + } }, { gridIndex: 1, type: "category", - data: this.carNoList + // data: this.carNoList + axisLabel: { + show: false + } }, { "name": "y", @@ -147,7 +153,8 @@ export default { axisLabel: { show: true, color: '#c1c1c1', - fontSize: 14, + fontSize: 12, + margin: 5, }, data: this.carNoList }