You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/11/23 06:50:13 UTC

[GitHub] [incubator-echarts] YogurtQ commented on issue #4464: 折线图中symbol设置为emptyCircle时,是否可以设置symbol的背景颜色?

YogurtQ commented on issue #4464:
URL: https://github.com/apache/incubator-echarts/issues/4464#issuecomment-731963313


   > 迂回一下实心实现
   > 
   > ```
   > symbol: "circle",
   > itemStyle: {
   > 	normal: {
   > 		borderColor: "#24DE9D",
   > 		color: "#222b43",
   > 		lineStyle: {
   > 			color: "#2ec7c9"
   > 		}
   > 	}
   > }
   > ```
   
   这种方法我试过,把圆点颜色设置成跟背景色相同,但是图例会一并隐藏掉


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



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