|
@@ -181,7 +181,8 @@ export default defineComponent({
|
|
|
},
|
|
|
},
|
|
|
title: {
|
|
|
- text: sameSideIndex !== index ? '' : `单位:${item.Unit}`,
|
|
|
+ // text: sameSideIndex !== index ? '' : `单位:${item.Unit}`,
|
|
|
+ text: null,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|
|
@@ -337,7 +338,8 @@ export default defineComponent({
|
|
|
x: -5,
|
|
|
},
|
|
|
title: {
|
|
|
- text: `单位:${chartData.Unit}`,
|
|
|
+ // text: `单位:${chartData.Unit}`,
|
|
|
+ text: null,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|
|
@@ -388,7 +390,8 @@ export default defineComponent({
|
|
|
x: -5,
|
|
|
},
|
|
|
title: {
|
|
|
- text: `单位:${chartData.Unit}`,
|
|
|
+ // text: `单位:${chartData.Unit}`,
|
|
|
+ text: null,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|
|
@@ -526,7 +529,8 @@ export default defineComponent({
|
|
|
//y轴
|
|
|
let yAxis = {
|
|
|
title: {
|
|
|
- text: `单位:${dataList[1].Unit}`,
|
|
|
+ // text: `单位:${dataList[1].Unit}`,
|
|
|
+ text: null,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -5,
|
|
@@ -578,7 +582,8 @@ export default defineComponent({
|
|
|
xAxis: {
|
|
|
...scatterXAxis,
|
|
|
title: {
|
|
|
- text: `单位:${dataList[0].Unit}`,
|
|
|
+ // text: `单位:${dataList[0].Unit}`,
|
|
|
+ text: null,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
x: 0,
|