plainheart commented on issue #18650:
URL: https://github.com/apache/echarts/issues/18650#issuecomment-1556916705
`nameTextStyle` 是用来设置**轴名称**的样式的,如果想要设置**轴标签**的样式,应该使用 `axisLabel`
```js
xAxis: [{
// ...
axisLabel: {
color: "rgba(157, 57, 57, 1)"
}
}]
```
--
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]