修改bug

This commit is contained in:
‘937886381’
2024-04-03 16:30:09 +08:00
parent 481dde003a
commit 073b4b8e20
4 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
<!--
* @Author: zhp
* @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-04-03 15:14:24
* @LastEditTime: 2024-04-03 16:28:40
* @LastEditors: zhp
* @Description:
-->
@@ -100,7 +100,7 @@ export default {
show: true, //开启显示
position: 'top', //在上方显示
textStyle: { //数值样式
color: '#ced1d5',
color: 'rgba(255,255,255,0.5)', // 坐标值得具体的颜色
fontSize: 12,
fontWight: 'bolder'
}
@@ -200,7 +200,7 @@ export default {
},
axisLabel: {
textStyle: {
align: 'left',
align: 'center',
color: 'rgba(255,255,255,0.5)' // 坐标值得具体的颜色
}
},