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/07/27 02:37:35 UTC

[GitHub] [echarts] xiongzm opened a new issue #15415: 双对数坐标 网格线设置问题

xiongzm opened a new issue #15415:
URL: https://github.com/apache/echarts/issues/15415


   ### What problem does this feature solve?
   在双对数坐标下做图,默认显示的 minorSplitline 是5段。比如说  x, y 坐标是 10^1, 10^2, 10^3, 10^4,  也就是在 10^1 到 10^2 之间网格线分开成了 5段,10^2 到 10^3之间也是分开了 5段,中间有 4根网格线; 我希望能设置成 10段,中间有 9根网格线。目前设置 splitNumber:10 不起作用。谢谢!
   
   ### What does the proposed API look like?
   比如: minorSplitline: { splitNumber: 10 }
   
   <!-- 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.

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] pissang commented on issue #15415: 双对数坐标 网格线设置问题

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15415:
URL: https://github.com/apache/echarts/issues/15415#issuecomment-887191858


   是设置 `minorTick.splitNumber`


-- 
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] echarts-bot[bot] commented on issue #15415: 双对数坐标 网格线设置问题

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






-- 
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] xiongzm commented on issue #15415: 双对数坐标 网格线设置问题

Posted by GitBox <gi...@apache.org>.
xiongzm commented on issue #15415:
URL: https://github.com/apache/echarts/issues/15415#issuecomment-887173705


   The following image illustrates what I said in the above.
   
   ![1544258272](https://user-images.githubusercontent.com/3974899/127089387-6c434389-94ad-42b2-830c-bb468d440ec4.jpg)
   


-- 
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] pissang closed issue #15415: 双对数坐标 网格线设置问题

Posted by GitBox <gi...@apache.org>.
pissang closed issue #15415:
URL: https://github.com/apache/echarts/issues/15415


   


-- 
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] xiongzm commented on issue #15415: 双对数坐标 网格线设置问题

Posted by GitBox <gi...@apache.org>.
xiongzm commented on issue #15415:
URL: https://github.com/apache/echarts/issues/15415#issuecomment-889597865


   谢谢 @pissang ! 嗯设置 minorTick.splitNumber = 9, 完美解决!非常感谢!


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