peder1001 opened a new issue #13712:
URL: https://github.com/apache/incubator-echarts/issues/13712


   ### What problem does this feature solve?
   I would like to use the brush to select an area of the chart. 
   I would not like the cursor when using the brush to be a crosshair, I would 
rather it be a regular pointer. 
   
   Therefore I suggest adding a cursor option to the brush object so that the 
developer can set the brush cursor themselves.
   
   https://echarts.apache.org/en/option.html#brush
   
   ### What does the proposed API look like?
   brush: 
   {
         xAxisIndex: 'all',
         brushLink: 'all',
         cursor: 'pointer',   // new option
         brushType: 'lineX',
         brushMode: 'single',
         transformable: false,
         removeOnClick: true,
         cursor: 'wait',
         brushStyle: {
           borderWidth: 0,
           color: 'rgba(255,255,255,0.01)',
         },
         outOfBrush: {
           colorAlpha: 0.4,
           color: '#153A59'
         }
     }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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