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

All the drag point is not selected while dragging or selecting #148

Open
IKTANIM opened this issue Mar 14, 2022 · 0 comments
Open

All the drag point is not selected while dragging or selecting #148

IKTANIM opened this issue Mar 14, 2022 · 0 comments

Comments

@IKTANIM
Copy link

IKTANIM commented Mar 14, 2022

Screen Shot 2022-03-14 at 11 11 15 AM

@xanderdeseyn red marks dot's is not selected while dragging because both have same x value. How to solve this??

sample data I have used

let dotData = [
  {
    y: 200,
    x: 1635703200,
    meta:'Test Event'
  },
  {
    y: 80,
    x: 1635703200,
    meta:'Test Event'
  },
  {
    y: 120,
    x: 1638295200,
    meta:'Test Event'
  },
  {
    y: 50,
    x: 1640973600,
    meta:'Test Event'
  },
  {
    y: 200,
    x: 1643652000,
    meta:'Test Event'
  },
  {
    y: 150,
    x: 163302480,
    meta:'Event 2'
  },
  {
    y: 100,
    x: 1635703200,
    meta:'Event 2'
  },
];
@IKTANIM IKTANIM changed the title All the drag point is not selected while dra All the drag point is not selected while dragging or selecting Mar 14, 2022
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

1 participant