You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/20 00:20:19 UTC

[GitHub] [echarts] plainheart commented on issue #14714: How to set the background image of grid (only the area of coordinate system except axis)

plainheart commented on issue #14714:
URL: https://github.com/apache/echarts/issues/14714#issuecomment-822877182


   You will need to set as follows,
   
   ```js
   grid: {
       show: true, // must be true if backgroundColor is needed.
       backgroundColor: ...
   }
   ```


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org