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

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