-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit connected action in echarts.connect #13645
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical question. If you are interested in the project, you may also subscribe our mailing list. Have a nice day! 🍵 |
Yes, I also need this feature: connect func can set which action to connect. |
Or can echarts support 'escapeConnect' to avoid connect when dispatchAction |
I read source code, find this method to avoid be connected, you can try it. chartInstance.dispatchAction({
type: 'legendUnSelect',
escapeConnect: true,
batch: [
{
name: key,
selected: legendsSelected,
},
],
}); |
@14glwu Hi, I think |
What problem does this feature solve?
In some cases, only part of the action wants to be connected. Like the case in #13630, #17504
What does the proposed API look like?
The second parameter is a list of fired events.
The text was updated successfully, but these errors were encountered: