You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/04/04 09:40:29 UTC

[GitHub] Adelaide1014 commented on issue #7864: xAxis.data[i].textStyle ������������

Adelaide1014 commented on issue #7864: xAxis.data[i].textStyle 配置无效
URL: https://github.com/apache/incubator-echarts/issues/7864#issuecomment-378541901
 
 
   ` xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
           axisLabel:{
   			textStyle:{
   				color: 'red',
   			}
   		},
       },`
   
   这个修改的是所有标签的颜色

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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