linlang171 opened a new pull request, #20495: URL: https://github.com/apache/echarts/pull/20495
<!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: bug fixing ### What does this PR do? <!-- USE ONE SENTENCE TO DESCRIBE WHAT THIS PR DOES. --> ### Fixed issues <!-- - #20265 : datazoom.filterMode设为'empty'时line图在缩放至只剩一条数据时所有数据都依旧会渲然,未依照empty的规则进行筛选。 --> ## Details ### Before: What was the problem? <!--when dataZomm.filterMode is “empty” or ‘none’, the line graph is scaled to only one category, it is not filtered correctly--> <!-- https://private-user-images.githubusercontent.com/82814264/358884639-e34f9379-32aa-4d61-96b1-5fb279c6e39c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzEyNDI1MTEsIm5iZiI6MTczMTI0MjIxMSwicGF0aCI6Ii84MjgxNDI2NC8zNTg4ODQ2MzktZTM0ZjkzNzktMzJhYS00ZDYxLTk2YjEtNWZiMjc5YzZlMzljLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTEwVDEyMzY1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5MTY4MDFhMGMxYzBkMTc3ZDNlYzc0NTM3MmU5ZDdmMTUyNWEyYzcxYTE4ZjcwZTQ1MzVjNjlmOTgzYjQ2N2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dFwk5QWjRayVLhu9F0PF8X_3D11wmkV-LnrzSbj_rkc --> ### After: How does it behave after the fixing? <!-- The data is correctly filtered --> <!-- ADD SCREENSHOT HERE IF APPLICABLE. --> ## Document Info One of the following should be checked. - [√ ] This PR doesn't relate to document changes - [ ] The document should be updated later - [ ] The document changes have been made in apache/echarts-doc#xxx ## Misc ### ZRender Changes - [× ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs N.A. ## Others ### Merging options - [√ ] Please squash the commits into a single one when merging. ### Other information -- 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]
