happyh opened a new issue, #21026: URL: https://github.com/apache/echarts/issues/21026
### Version 5.4.2 (and tested on latest versions) ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-simple&accesskey=1718254321097xKZbN6qRr ### Steps to Reproduce 1. 打开上述链接。 2. 在图表区域使用鼠标拖动选择缩放区域(inside 类型的 dataZoom)。 3. 观察选区背景色是否为红色半透明区域。 ### Current Behavior inside 类型的 dataZoom 拖动时没有显示需要颜色填充区域,而是使用默认颜色。 ### Expected Behavior nside 类型的 dataZoom 应该显示一个由 `fillerColor` 或 CSS `.ec-view .data-zoom-rect rect` 控制的高亮选区。 ### Environment ```markdown - OS: win11 - Browser: edge 137.0.3296.68 (正式版本) (64 位) - Framework: ``` ### Any additional comments? - `slider` 类型的 dataZoom 能正常显示颜色; - 已尝试设置 `emphasis.fillerColor`; - 已尝试通过 CSS 添加 `.ec-view .data-zoom-rect rect { fill: red !important }`; - 以上方式对 `inside` 类型无效。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
