AmosChenYQ opened a new pull request #15297: URL: https://github.com/apache/echarts/pull/15297
fix no function 'clampData' error in 'getMarkerPosition' method of BaseBarSeriesModel <!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? fix no function 'clampData' error in 'getMarkerPosition' method of BaseBarSeriesModel ### Fixed issues [Issues 15109](https://github.com/apache/echarts/issues/15109) ## Details ### Before: What was the problem? In that example will generate an error message of 'clampData is not a function' ### After: How is it fixed in this PR? Add an additonal judgement on 'clampData' ## Misc <!-- ADD RELATED ISSUE ID WHEN APPLICABLE --> - [ ] The API has been changed (apache/echarts-doc#xxx). - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs NA. ## Others ### Merging options - [ ] Please squash the commits into a single one when merge. ### 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]
