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

多条折线,存在null点的时候, shared为false,没有展示最近的点的tooltip #3519

Closed
Elias-cug opened this issue Jul 16, 2021 · 3 comments

Comments

@Elias-cug
Copy link

  • G2 Version:
  • Platform:
  • Mini Showcase(like screenshots):
  • CodePen Link:
@Elias-cug
Copy link
Author

image

@Elias-cug
Copy link
Author

@Elias-cug Elias-cug changed the title 多条折线,存在null点的时候, follow = true 表现错误 多条折线,存在null点的时候, shared为false,没有展示最近的点的tooltip Jul 16, 2021
@hustcc
Copy link
Member

hustcc commented Oct 8, 2021

建议将你的数据结构改成:

{
   timestamp: string;
   version: string;
   value: number
}

然后就不需要用多 view 去实现了。

@hustcc hustcc closed this as completed Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants