Skip to content

fix: 修复无拆分时折线图 color 回调报错 #2751

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

Merged
merged 1 commit into from
Aug 14, 2021

Conversation

lxfu1
Copy link
Member

@lxfu1 lxfu1 commented Aug 3, 2021

PR includes

Screenshot

Before After

@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2021

🎊 PR Preview 40c6671 has been successfully built and deployed to https://antvis-G2Plot-preview-pr-2751.surge.sh?type=diff&date=2021-08-03

🕐 Build time: 98.603s

🤖 By surge-preview

type === 'line' && [xField, yField].includes(mappingFields.join('*')) ? '' : mappingFields.join('*');
return {
mappingFields,
tileMappingFields,
Copy link
Member

Choose a reason for hiding this comment

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

知道为什么 line 才会吗?

@visiky visiky merged commit 4215408 into master Aug 14, 2021
@visiky visiky deleted the fix/color-callback branch August 14, 2021 02:41
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.

🐛 [BUG] 折线图无拆分时 color 回调无效
2 participants