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/09/17 07:23:40 UTC

[GitHub] GitHubRem commented on issue #9081: 柱状图的label属性,怎么设置显示的文字带有阴影

GitHubRem commented on issue #9081: 柱状图的label属性,怎么设置显示的文字带有阴影
URL: https://github.com/apache/incubator-echarts/issues/9081#issuecomment-421912907
 
 
   使用了你说的两个参数后,结果如图
   ![tim 20180917152115](https://user-images.githubusercontent.com/39332109/45610133-7ae84e80-ba8d-11e8-8024-e9dadbb6b273.png)
   
   配置代码如下:
   `label : {
   	show : true,
   	borderColor : "#eeeeee",
   	borderWidth : 2,
   	textStyle : {
   		color: "#000000",
   		fontSize: 12,
   		fontFamily: "Arial,微软雅黑",
   	},
   }`

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