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

Finger drawing (draw values into the chart with touch-gesture) implemented? #589

Closed
minuscorp opened this issue Dec 3, 2015 · 8 comments

Comments

@minuscorp
Copy link

In the feature list of the library is present:

  • Finger drawing (draw values into the chart with touch-gesture)

But I cannot find any clue of this feature in the library code or even in the example application so my question is if there's a way nowadays to accomplish this with the library.

Kind regards.

@liuxuan30
Copy link
Member

I guess it does not support finger drawing? Where do you see it?

@minuscorp
Copy link
Author

In the Readme of the project, under the Features section.

@pmairoldi
Copy link
Collaborator

Hmm. You are indeed correct. I don't know if this is in this library yet. @danielgindi?

@pmairoldi
Copy link
Collaborator

What would be your use case for this just for my curiosity?

@minuscorp
Copy link
Author

I need the user to configure some power/speed mappings inside an electrical motor and the way to do it letting the user drawing that mapping would be really nice.

Jorge Revuelta Herrero
Software Engineer
BISITE Research Group

El 4 dic 2015, a las 15:13, Pierre-Marc Airoldi notifications@github.com escribió:

What would be your use case for this just for my curiosity?


Reply to this email directly or view it on GitHub.

@danielgindi
Copy link
Collaborator

Well this feature list is copied over from the Android counterpart, and I
guess that this relates to the old Android demo that listened to touch
events and added points in the touch points. So you can say that the
library supports with just 2-3 lines of code ;)

I never got the time to rewrite all the demos to reflect the whole set

‏בתאריך יום שישי, 4 בדצמבר 2015, Jorge notifications@github.com כתב:

I need the user to configure some power/speed mappings inside an
electrical motor and the way to do it letting the user drawing that mapping
would be really nice.

Jorge Revuelta Herrero
Software Engineer
BISITE Research Group

El 4 dic 2015, a las 15:13, Pierre-Marc Airoldi <
notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> escribió:

What would be your use case for this just for my curiosity?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#589 (comment)
.

@minuscorp
Copy link
Author

So it's possible to do it with the library right now or not. I couldn't fine a way to do so...

If possible could you provide an example, or some clues, to allow me to implement this on my app?

Kind regards.

Jorge Revuelta Herrero
Software Engineer
BISITE Research Group

El 5 dic 2015, a las 16:21, Daniel Cohen Gindi notifications@github.com escribió:

Well this feature list is copied over from the Android counterpart, and I
guess that this relates to the old Android demo that listened to touch
events and added points in the touch points. So you can say that the
library supports with just 2-3 lines of code ;)

I never got the time to rewrite all the demos to reflect the whole set

‏בתאריך יום שישי, 4 בדצמבר 2015, Jorge notifications@github.com כתב:

I need the user to configure some power/speed mappings inside an
electrical motor and the way to do it letting the user drawing that mapping
would be really nice.

Jorge Revuelta Herrero
Software Engineer
BISITE Research Group

El 4 dic 2015, a las 15:13, Pierre-Marc Airoldi <
notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> escribió:

What would be your use case for this just for my curiosity?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#589 (comment)
.


Reply to this email directly or view it on GitHub.

@danielgindi
Copy link
Collaborator

Well I remember that there's a demo on the Android version so you could
just take a snippet from there and adjust the syntax for Swift.

Basically the work to be done is add the gesture recognizer, for each point
convert to chart coordinates, add an entry.

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

4 participants