Ovilia commented on issue #10099: Save as image background for connected charts URL: https://github.com/apache/incubator-echarts/issues/10099#issuecomment-479368872 I had a second thought and found CSS background may not be accurate, because the container may have a transparent background while the ancestors may have a background color. So, in [this commit](https://github.com/apache/incubator-echarts/pull/10205/commits/b0eeda9b882e929c50420aabea622c63d1e55b6e), I added an option `toolbox.feature.saveAsImage.connectedBackgroundColor` to configure the background color between the connected charts, and the default value is `'#fff'`.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
