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 2019/04/16 13:30:20 UTC

[GitHub] [incubator-echarts] brookshi opened a new issue #10304: X Axis Label的interval设为0时,x轴最后一个label变成粗体

brookshi opened a new issue #10304: X Axis Label的interval设为0时,x轴最后一个label变成粗体
URL: https://github.com/apache/incubator-echarts/issues/10304
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   option = {
   	"xAxis": {
   		"type": "category",
   		"data": ["水电费撒旦", "这一行为什么会变粗"],
   		"axisTick": {
   			"show": false
   		},
   		"axisLabel": {
   			"fontSize": 14,
   			"fontWeight": 'normal',
   			"interval": 0,
   			"rotate": 0,
   		}
   	},
   	"yAxis": {
   		"type": "value",
   	},
   	"series": [{
   		"data": [2, 3],
   		"type": "bar",
   		"name": "水电费",
   	}, {
   		"data": [3, 4],
   		"type": "bar",
   		"name": "大师傅",
   	}]
   }
   
   ### What is expected?
   X轴字体正常
   
   ### What is actually happening?
   X轴最后一个文本字体变粗
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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.
 
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