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/19 08:16:02 UTC

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

1144169197 edited a comment on issue #4464:
URL: https://github.com/apache/incubator-echarts/issues/4464#issuecomment-730205663


   迂回一下实心实现
   ```
   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