You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "plainheart (via GitHub)" <gi...@apache.org> on 2023/05/22 09:57:03 UTC

[GitHub] [echarts] plainheart commented on issue #18650: 为什么设置xAxis.nameTextStyle. color坐标名称颜色还是没有变

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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org