Ovilia opened a new pull request, #19941: URL: https://github.com/apache/echarts/pull/19941
<!-- 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 - [x] new feature - [ ] others ### What does this PR do? <!-- USE ONE SENTENCE TO DESCRIBE WHAT THIS PR DOES. --> This PR proposes a jittering effect for category axes and single axes, solving #18432 as well as providing a foundation to support the violin series. <img width="1069" alt="image" src="https://github.com/apache/echarts/assets/779050/c3deb569-1d5c-4df2-8659-17d8912ff18b"> <img width="1162" alt="image" src="https://github.com/apache/echarts/assets/779050/4a26fee1-fdff-4815-bbd2-abb0d6c5eb8f"> ### Fixed issues <!-- - #xxxx: ... --> ## Details Jittering is useful in scatter plots for: - Overlapping Data Points: Prevents points with the same or similar values from overlapping. - Categorical Axes: Distinguishes points within the same category. - Small Sample Sizes: Separates closely clustered data points. - Discrete Data: Helps with data naturally falling into specific values (e.g., counts). ## Document Info One of the following should be checked. - [ ] This PR doesn't relate to document changes - [x] 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]
