yoonasy opened a new issue #10058: 能改dataZoom控制点的两个图标吗 URL: https://github.com/apache/incubator-echarts/issues/10058 ### Version 4.2.1-rc1 ### Steps to reproduce ``` dataZoom: [ { type: 'slider', show: true, // start: 0, // 选中区域开始位置 // end: 40, // 选中区域结束位置,可能需要根据数据多少计算 height: 20, fillerColor: 'red', // 选择范围的颜色 showDataShadow: false, // 是否显示数据阴影 // showDetail: false, // 拖拽时是否显示详细数值信息 backgroundColor: '#F2F7FA', // 两边未选中区域的颜色 borderColor: '#F2F7FA', // 边框颜色 filterMode: 'filter', handleIcon: 'image://https://mcache.yizhuan5.com/js/yz/yzstatic/index1225/img/circle-blue.png', handleSize: '100%' // 滑动条左右二个滚动条大小,设为0即隐藏 } ] ```  ### What is expected? 希望可以两个控制点都可以分开替换图标 ### What is actually happening? 只能通过handleIcon 更改一个 --- · <!-- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
