fix: 修复Beta弹窗里图表的x轴名称不正确问题

This commit is contained in:
Xu Zhimeng 2024-10-10 10:29:30 +08:00
parent bbf9c1d783
commit 1dcd0dd06f

View File

@ -32,7 +32,7 @@ const initialOption = {
},
xAxis: {
type: 'value',
name: 'Gamma Channel',
name: 'Beta Channel',
nameTextStyle: {
color: '#5b9cba',
fontSize: 14,