fix: 修复Beta弹窗里图表的x轴名称不正确问题
This commit is contained in:
parent
bbf9c1d783
commit
1dcd0dd06f
|
@ -32,7 +32,7 @@ const initialOption = {
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: 'Gamma Channel',
|
name: 'Beta Channel',
|
||||||
nameTextStyle: {
|
nameTextStyle: {
|
||||||
color: '#5b9cba',
|
color: '#5b9cba',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user