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

Draw current DataPoint on horizontal finger drag #3

Closed
Pfuster12 opened this issue Jun 14, 2020 · 0 comments · Fixed by #14
Closed

Draw current DataPoint on horizontal finger drag #3

Pfuster12 opened this issue Jun 14, 2020 · 0 comments · Fixed by #14
Assignees
Labels
feature New feature or request

Comments

@Pfuster12
Copy link
Owner

Is your feature request related to a problem? Please describe.
Not an issue.

Describe the solution you'd like
When you trigger the onTouch callback, draw the current DataPoint your finger is closest to and display the Y axis value in a text tag next to it. As the finger drags across horizontally the DataPoint is drawn to match the current value.

A vertical line drawn across from the x axis can be added to help root the DataPoint to the axis.

Version
1.0.0

Current behavior
No support.

Additional context
See Trading 212, Yahoo FInance for similar feature.

@Pfuster12 Pfuster12 added the feature New feature or request label Jun 14, 2020
@Pfuster12 Pfuster12 self-assigned this Jun 14, 2020
@Pfuster12 Pfuster12 added this to the v1.1.0 milestone Jun 14, 2020
@Pfuster12 Pfuster12 removed this from the v1.1.0 Release milestone Jun 15, 2020
@Pfuster12 Pfuster12 added this to the v1.2.0 release milestone Jun 18, 2020
Pfuster12 pushed a commit that referenced this issue Jun 18, 2020
LiveChartTouchOverlay.kt offers the capability to draw the current DataPoint at the touched X Coordinate with a horizontal drag motion.

Closes #3
Pfuster12 pushed a commit that referenced this issue Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant