I need an android plotting library which is visually editable. See line plot example in [here](http://www.fusioncharts.com/charts/visually-editable-charts/). The points in the plot should be movable like the last points in the link.
My aim is to display of a small time series dataset and predictions. I have collected datapoints upto current time, and wants to show the extrapolation of the curve. For now I am using williamchart to display data and extrapolation. And this is working fine. Now I need to add a feature for user to change the data points in the curve visually and see its effect in the predictions. The graph should initially display a curve with each sample points as circle/handles. User should be able to move each point up or down to modify the Y value of the point. The curve should interpolate between new points instantly. In the link, see the cursor becomes movable handles on hover. Can anybody suggest a way to do this? Or how to extend existing library like williamchart for this feature. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a81bb6ab-1254-4c9c-90cb-03d4855c4371%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

