Skip to content

[Bug] Connected charts ignore excludeComponents when using saveAsImage when connected manually #20978

Open
@erikthegamer1242

Description

@erikthegamer1242

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugenThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions