janvorwerk opened a new issue, #19404: URL: https://github.com/apache/echarts/issues/19404
### What problem does this feature solve? If you look at the theme builder on a dark theme, you will see that all labels have a border and a drop-shadow (I believe): <img width="255" alt="image" src="https://github.com/apache/echarts/assets/139635115/2eecf51e-9fb5-4bd0-8dd6-b87008f45aaa"> I discussed this on [Stack Overflow](https://stackoverflow.com/questions/76465733/how-to-remove-white-outline-from-label-text-in-apache-e-charts-bar-chart/76466735?noredirect=1#comment136897241_76466735) and was encouraged to raise an issue. As I understand the answer on SO, there are several cases: * the text is over a plot * the text is not over a plot * the text is halfway over a plot My personal impression is that borders/drop-shadow on text never really improves readability. So I'd rather completely disable it and possibly provide a uniform background where there is an overlap. ### What does the proposed API look like? I'd rather leave it to someone more experimented on echarts than I am to figure out the API. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
