-
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
Feat: new selectedMode: series and select.disabled
#15534
Conversation
Thanks for your contribution! The pull request is marked to be |
Sorry for the late review. Seems to be a very promise feature. Take a quick look and here is one suggestion: Could
Or
This can be designed together with #14952 . Emphasis state can also be disabled:
Or
|
@pissang I prefer first one |
@susiwen8 We aready have |
@pissang Please check again |
It's more common to use |
@pissang Oops I was meant to use |
LGTM now. @plainheart any more comments? |
@susiwen8 BTW it's not correct to use |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
select.disabled
Brief Information
This pull request is in the type of:
What does this PR do?
5.0
, ECharts supports itemselect
, It would be nice to haveselectable
option for each item. The idea came from Support that some region selectable:false in geo. #14712Also add
series
forselectedMode
, it's would make whole seriesselected
by on click.Fix issue
Details
After: How is it fixed in this PR?
Misc
Related test cases or examples to use the new APIs
bar2.html
geo-map.html
Others
Merging options
Other information