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/04 03:40:06 UTC

[GitHub] [incubator-echarts] fxxjdedd opened a new issue #12230: Axis的类目轴的boundaryGap优化

fxxjdedd opened a new issue #12230: Axis的类目轴的boundaryGap优化
URL: https://github.com/apache/incubator-echarts/issues/12230
 
 
   ### What problem does this feature solve?
   类目轴的boundaryGap只能为true/false,为true的时候会在两侧留出一定空白,但这个空白的宽度用户无法指定。
   
   ### What does the proposed API look like?
   希望能暴露一个配置来让用户指定这个空白的宽度。
   
   src/coord/Axis.js
   ```js
   function fixExtentWithBands(extent, nTick) {
       var size = extent[1] - extent[0];
       var len = nTick;
       var margin = size / len / 2;
       extent[0]  = margin;
       extent[1] -= margin;
   }
   ```
   
   即这里的margin可以让用户指定。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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


[GitHub] [echarts] github-actions[bot] commented on issue #12230: Axis的类目轴的boundaryGap优化

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12230:
URL: https://github.com/apache/echarts/issues/12230#issuecomment-1059529436


   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


-- 
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: commits-unsubscribe@echarts.apache.org

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


[GitHub] [echarts] github-actions[bot] closed issue #12230: Axis的类目轴的boundaryGap优化

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #12230:
URL: https://github.com/apache/echarts/issues/12230


   


-- 
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: commits-unsubscribe@echarts.apache.org

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


[GitHub] [incubator-echarts] Ovilia commented on issue #12230: Axis的类目轴的boundaryGap优化

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12230: Axis的类目轴的boundaryGap优化
URL: https://github.com/apache/incubator-echarts/issues/12230#issuecomment-594326671
 
 
   @fxxjdedd 欢迎提 pr,参见 [wiki](https://github.com/apache/incubator-echarts/wiki)

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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12230: Axis的类目轴的boundaryGap优化

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12230: Axis的类目轴的boundaryGap优化
URL: https://github.com/apache/incubator-echarts/issues/12230#issuecomment-594309295
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

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


[GitHub] [echarts] github-actions[bot] commented on issue #12230: Axis的类目轴的boundaryGap优化

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12230:
URL: https://github.com/apache/echarts/issues/12230#issuecomment-1065522305


   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!


-- 
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: commits-unsubscribe@echarts.apache.org

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