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

[charts] Improve interaction for mobile user #13109

Open
alexfauquette opened this issue May 13, 2024 · 0 comments
Open

[charts] Improve interaction for mobile user #13109

alexfauquette opened this issue May 13, 2024 · 0 comments
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature

Comments

@alexfauquette
Copy link
Member

alexfauquette commented May 13, 2024

The PR #13043 added the support of axis interaction for touch interaction. But still have some room for improvement.

  1. Supporting touch move for the item interaction. This requires quite a big modification in the way item interactions are handled, and to make sure we do not deteriorate the performances
  2. Moving the tooltip to the top of the interaction point. Otherwise the tooltip is hidden by the thumb on mobile

Search keywords:

@alexfauquette alexfauquette added enhancement This is not a bug, nor a new feature component: charts This is the name of the generic UI component, not the React module! labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

No branches or pull requests

1 participant