jerry000lin opened a new issue #11062: dataZoom的startValue和endValue可否仅指定一个轴,另一个轴自动识别? URL: https://github.com/apache/incubator-echarts/issues/11062 ### What problem does this feature solve? ``` dataZoom:{ type:'slider', xAxisIndex:[0,1], startValue:0, endValue:9 } ``` - 在0轴和1轴的category长度不一样的时候,两个轴均显示相同长度(10),短的那个轴显示有误差 - 这在拖动滚动条后,会自动恢复正确的显示 ### What does the proposed API look like? ``` startValue:[0,'auto'], endValue:[9,'auto'] ``` <!-- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org