-
Notifications
You must be signed in to change notification settings - Fork 1.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: interval support cornerRadius(方案梳理中) #3170
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
😭 Deploy PR Preview b09b54c failed. Build logs 🤖 By surge-preview |
visiky
force-pushed
the
feat-corner-radius
branch
from
January 13, 2021 03:39
8259664
to
e2701c4
Compare
visiky
changed the title
wip: feat: interval support cornerRadius(方案梳理中)
feat: interval support cornerRadius(方案梳理中)
Jan 13, 2021
visiky
changed the title
feat: interval support cornerRadius(方案梳理中)
wip:feat: interval support cornerRadius(方案梳理中)
Jan 13, 2021
visiky
force-pushed
the
feat-corner-radius
branch
from
January 13, 2021 04:17
cdfa6a4
to
f5f7e35
Compare
visiky
force-pushed
the
feat-corner-radius
branch
from
January 13, 2021 07:05
ff8f61b
to
1d108e0
Compare
visiky
changed the title
wip:feat: interval support cornerRadius(方案梳理中)
feat: interval support cornerRadius(方案梳理中)
Jan 13, 2021
related: antvis/G2Plot#2157 |
This pull request introduces 1 alert when merging 1d108e0 into ae651fe - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging b09b54c into ae651fe - view on LGTM.com new alerts:
|
Pull Request Test Coverage Report for Build 482174623
💛 - Coveralls |
hustcc
approved these changes
Jan 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR details
interval 支持配置
style.radius
: 柱状图支持圆角interval
geometry 且 shape 为rect
的几何图形进行设置radius
interval().position('x*y').style({ radius: [20,20,0,0] })
checklist