erikthegamer1242 opened a new issue, #20978:
URL: https://github.com/apache/echarts/issues/20978

   ### Version
   
   5.6.0
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/qkgnfcj8/
   
   ### Steps to Reproduce
   
   1. Click on the button to save the graph image
   2. Open the image and you will see the toolbox, but you shouldn't
   
   ### Current Behavior
   
   Setting `excludeComponents: ['tooltip', 'toolbox']` gets ignored
   
   ### Expected Behavior
   
   The excluded compoents should't be visible
   
   ### Environment
   
   ```markdown
   - OS:Arch Linux
   - Browser: Google Chrome Version 135.0.7049.84 (Official Build) (64-bit)
   - Framework: React 19
   ```
   
   ### Any additional comments?
   
   As far as I can see in the source code, the function `getDataURL()` in 
`src/core/echarts.ts` properly implemnts the excludeComponet functionallity, 
while `getConnectedDataURL()` in the same file is missing the `each` block that 
iterates over excludedComponents. I think that just adding it should fix the 
problem, but I couldn't get it to compile properly to test.


-- 
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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to