plainheart opened a new pull request #12695:
URL: https://github.com/apache/incubator-echarts/pull/12695


   <!-- 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?
   
   Fixes the bug that `symbolRotate` does not work for `radar` series.
   
   ## Details
   
   ### Before: What was the problem?
   
   Whatever we set `symbolRotate`, symbol of radar is always facing north.
   
   
![image](https://user-images.githubusercontent.com/26999792/82809991-f5eb4480-9ebf-11ea-8f02-5115c747a93e.png)
   
   ### After: How is it fixed in this PR?
   
   symbol of radar will perform a rotation as we specify.
   
   
![image](https://user-images.githubusercontent.com/26999792/82810109-3b0f7680-9ec0-11ea-8a05-a88da1b524e7.png)
   
   
   ## Usage
   
   ### Are there any API changes?
   
   - [x] The API has been changed.
   
   ### Related test cases or examples to use the new APIs
   
   Please refer to `test/radar.html`.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to