gsi7 opened a new pull request #14371:
URL: https://github.com/apache/echarts/pull/14371


   <!-- 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 ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
   User can now provide cursor style when mouse is inside and outside the brush.
   
   
   ### Fixed issues
   
   <!--
   - #13712: Support cursor option in brush
   -->
   
   
   ## Details
   Added field `cursor` for cursor style in `inBrush` and `outOfBrush`.
   
   ### Before: What was the problem?
   
   <!-- DESCRIBE THE BUG OR REQUIREMENT HERE. -->
   Earlier there was default cursor for brush ie crosshair for out of the brush 
and move for within the brush. User was unable to customize that.
   
   <!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
   
   
   
   ### After: How is it fixed in this PR?
   
   <!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. 
-->
   User can now provide cursor style when mouse is inside and outside the 
brush. Added field `cursor` for cursor style in `inBrush` and `outOfBrush`.
   
   <!-- ADD SCREENSHOT HERE IF APPLICABLE. -->
   
   ## Usage
   User can now provide cursor style when mouse is inside and outside the brush.
   
   ### Are there any API changes?
   
   - [x] The API has been changed.
   
   <!-- LIST THE API CHANGES HERE -->
   
       - Added field `cursor` for cursor style in `inBrush` and `outOfBrush`.
   
   
   ### 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.

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