|
@@ -199,7 +199,7 @@ export default defineComponent({
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|
|
|
- x: [0,2].includes(item.IsAxis) ? -MaxlabelLen*10 : MaxlabelLen*10,
|
|
|
+ textAlign: item.IsAxis===1 ? 'left' : 'right',
|
|
|
reserveSpace: false
|
|
|
},
|
|
|
opposite: [0,2].includes(item.IsAxis),
|
|
@@ -369,7 +369,7 @@ export default defineComponent({
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|
|
|
- x: [0,2].includes(item.IsAxis) ? -MaxlabelLen*10 : MaxlabelLen*10,
|
|
|
+ textAlign: item.IsAxis===1 ? 'left' : 'right',
|
|
|
reserveSpace: false
|
|
|
},
|
|
|
opposite: [0,2].includes(item.IsAxis),
|