ssthouse commented on pull request #15095:
URL: https://github.com/apache/echarts/pull/15095#issuecomment-862135253


   > @ssthouse Awesome! Can we have the ability to configure if display this 
empty circle and the style. Perhaps the options can be:
   > 
   > ```js
   > showEmptyCircle: true,
   > emptyCircleStyle: {
   >   // same with itemStyle
   > }
   > ```
   
   @pissang Yes, sure~
   
   I have a small question that may need your help. 🙏 
   
   About the option `emptyCircleStyle`. Currently, I implement the light-gray 
circle by creating a simple `graphic.Sector`, and the type of itemStyle 
(`ItemStyleOption`) seems can not be directly applied to `Sector`.
   
   I checked the sector's API and found it accepts `PathStyleProps`, maybe we 
can expose `emptyCircleStyle: PathStyleProps` ?
   
   
![image](https://user-images.githubusercontent.com/10973821/122178677-5f6a3680-ceb9-11eb-964f-32aef402cbaf.png)
   


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to