henley02 opened a new issue, #18056:
URL: https://github.com/apache/echarts/issues/18056
### Version
5.4.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
axisLabel:{
rotate: 45,
color:"#1976D2",
fontFamily: "SimSun",
fontSize: 14,
}
},
yAxis: {
type: 'value'
},
series: [
{
data: [150, 230, 224, 218, 135, 147, 260],
type: 'line'
}
]
};
### Current Behavior

旋转45度后X轴字体变淡了
### Expected Behavior

希望字体不变淡
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]