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/08/14 15:48:25 UTC

[GitHub] [echarts] susiwen8 commented on a change in pull request #15533: Feat: Enable interleaved at catagory label axis

susiwen8 commented on a change in pull request #15533:
URL: https://github.com/apache/echarts/pull/15533#discussion_r688945051



##########
File path: src/coord/axisTickLabelBuilder.ts
##########
@@ -270,6 +278,7 @@ export function calculateCategoryInterval(axis: Axis) {
 
     let dw = maxW / unitW;
     let dh = maxH / unitH;
+    console.log(maxW, dw);

Review comment:
       Please remove console




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