Skip to content
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

fix(funnel): 修复漏斗图数据为0时,出现conversionTag 样式问题 #2893

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

visiky
Copy link
Member

@visiky visiky commented Oct 7, 2021

PR includes

Screenshot

Before After
image image

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2021

🎊 PR Preview 5eb1b69 has been successfully built and deployed to https://antvis-G2Plot-preview-pr-2893.surge.sh?type=diff&date=2021-10-07

🕐 Build time: 130.767s

🤖 By surge-preview

{ stage: '录取人数', number: 0 },
{ stage: '入职人数', number: 0 },
]);
expect(plot.chart.getController('annotation').getComponents().length).toBe(0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

destroy

@hustcc hustcc merged commit 6a0512b into master Oct 8, 2021
@hustcc hustcc deleted the funnel-#2881 branch October 8, 2021 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 漏斗图数据为0时,出现样式问题
2 participants