-
Notifications
You must be signed in to change notification settings - Fork 605
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: 新增堆叠分组功能 #1893
Merged
Merged
feat: 新增堆叠分组功能 #1893
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
🎊 PR Preview fdd9fcf has been successfully built and deployed to https://antvis-G2Plot-preview-pr-1893.surge.sh 🕐 Build time: 511.178s 🤖 By surge-preview |
@zqLu @me-momo @liuzhenying 这个能力的配置项,大家可以看看。 |
Pull Request Test Coverage Report for Build 355892642
💛 - Coveralls |
是不是可以考虑下面两种方案:
|
目前用的方案1,groupField 指定的时候优先级高于seriesField,stackField 用的 xField。 |
hustcc
reviewed
Nov 10, 2020
examples/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts
Outdated
Show resolved
Hide resolved
hustcc
reviewed
Nov 10, 2020
hustcc
reviewed
Nov 10, 2020
hustcc
reviewed
Nov 10, 2020
剩余问题: 堆积分组柱中的 hover 背景错位。 |
hustcc
approved these changes
Nov 10, 2020
jinhuiWong
pushed a commit
to jinhuiWong/G2Plot
that referenced
this pull request
Nov 15, 2020
* feat: 新增堆叠分组功能 * feat: 补充双轴图堆叠分组 line * fix: tests * fix: conversation * fix: 修复 tooltip 偏移 * docs: 打开tooltip * fix: word Co-authored-by: liufu.lf <liufu.lf@antfin.com>
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.
fixed #1883
Bar | Column | DualAxes 新增堆叠分组功能
修改 DualAxes 无数据时 legend 不展示
test
api
demos