Deohgu commented on issue #18446:
URL: https://github.com/apache/echarts/issues/18446#issuecomment-1803859233

   I am able to clear the `parallelAxis` with brush clear in toolbox,  
   as shown below:  
   
   ```javascript
       toolbox: {
         feature: {
            brush: {
              icon: {
                clear:
                  '<svg path>',
              },
             }
           }
         },
       },
       brush: {
         toolbox: ['clear'],
       },
   ```
    
   But I get that visual artefact also mentioned in the open PR: 
https://github.com/apache/echarts/pull/19232
   Where, the selection is cleared, but one of the axis still has the blue 
rectangular brush.
   
   
![](https://user-images.githubusercontent.com/128704455/277144872-cd05e7ed-8c32-4dca-a849-deb5a32eaf21.gif)
   
    
   My hope was that https://github.com/apache/echarts/pull/19232 would give me 
the manual tools necessary for me to clear that,  
   but from the MR description it seems like that bug is still present?
   
   Any thoughts?


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

Reply via email to