-
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
添加 Point #1583
添加 Point #1583
Conversation
This pull request fixes 2 alerts when merging e290619 into 6addd00 - view on LGTM.com fixed alerts:
|
This pull request fixes 2 alerts when merging 964c887 into 6addd00 - view on LGTM.com fixed alerts:
|
点图的更新动画有点问题。详见 antvis/G#236 |
This pull request fixes 2 alerts when merging c4e6dd6 into 22f7e84 - view on LGTM.com fixed alerts:
|
@@ -25,7 +27,7 @@ export default class Element { | |||
/** 原始数据 */ | |||
public data: Datum; | |||
/** shape 绘制数据 */ | |||
public model: ShapeModel; | |||
public model: ShapeInfo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ShapeModel -> ShapeInfo 的考虑是什么?
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge