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 2020/03/19 04:14:36 UTC

[GitHub] [incubator-echarts] pissang commented on issue #12298: Using auto cellSize with calendar coordinate system leaves no room for some components

pissang commented on issue #12298: Using auto cellSize with calendar coordinate system leaves no room for some components
URL: https://github.com/apache/incubator-echarts/issues/12298#issuecomment-600979339
 
 
   Hi @a5hk . You can use left/right/top/bottom/width/height properties to location the calendar.
   
   For example:
   ```js
       calendar: {
           // It will leave 100px gap for each side
           left: 100,
           right: 100,
           top: 100,
           bottom: 100,
   
           orient: 'vertical',
           // cellSize is auto
           cellSize: ['auto', 'auto'],
           .... 
       },
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services

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