thenotrealagata opened a new pull request, #21305: URL: https://github.com/apache/echarts/pull/21305
## Brief Information This pull request is in the type of: - [X] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Add symbols to lines series when polyline is set to true, refactor symbol drawing functionality from the Line file. ### Fixed issues #19767 ## Details ### Before: What was the problem? When the polyline attribute was set to true in an option for a lines series, the symbols weren't rendered. ### After: How does it behave after the fixing? The symbols are rendered on a Polyline, utilising the same logic as when rendering the symbols on a Line. ## Document Info One of the following should be checked. - [X] 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 New test case added to the lines-symbol test file. ## Others ### Merging options - [X] 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]
