04cb opened a new pull request, #21531: URL: https://github.com/apache/echarts/pull/21531
Fixes #21504. The height property was being set on text style but had no visual effect without a backgroundColor because zrender only uses height for background box rendering. This fix enables box properties processing when height is explicitly set, so that zrender can properly render the box with the specified height. -- 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]
