DearMrJ commented on issue #14714:
URL: https://github.com/apache/echarts/issues/14714#issuecomment-822892423
@plainheart Thanks, I hava tried the way you've given, one more question,
how can I make the bg image display completely and fill the whole grid
automatically?
> @DearMrJ Sorry for missing the keyword. You may configure like this,
>
> ```js
> grid: {
> show: true,
> backgroundColor: {
> image: 'https://picsum.photos/1000/800', // Can be
URL/HTMLImageElement/HTMLCanvasElement
> repeat: 'no-repeat'
> }
> }
> ```
--
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]