 Rank: Newbie
Groups: Registered
Joined: 11/9/2009(UTC) Posts: 3
|
Is it possible to create clickable points on the charts?
|
|
|
|
 Rank: Administration
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 55  Location: Ukraine, Lviv
|
Yes, it's possible. Right now customers that bought 1 year subscription have access to our latest library changes where that functionality implemented. Also we are providing special sample that shows how to use "hit testing". All others developers should wait for next release. Edited by user Wednesday, November 11, 2009 9:48:42 PM(UTC)
| Reason: Not specified |
ArtfulBits Team Product Director |
|
|
|
 Rank: Guest
Groups: Guests
Joined: 7/9/2009(UTC) Posts: 3,095
|
Just to make it clear, the feature you are asking about is called a "Hit testing" and it's already available in latest aiCharts library build. You can either become our customer (and get this functionality along with many other useful features) of wait till the next aiCharts release.
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 11/9/2009(UTC) Posts: 3
|
How about zooming? And performance. How fast it will render about 180 000 points, is it allows to render less points and make zoom.
|
|
|
|
 Rank: Guest
Groups: Guests
Joined: 7/9/2009(UTC) Posts: 3,095
|
Hi. There are 2 limitations at this moment: 1. There's no use of 180k points since you are physically able to display not more then your screen's resolution. (For instance, G1 and HTC Magic has 320x480 resolution, obviously it makes sense to show 320 points only) 2. It worth trying to implement you custom data source logic that will compress your 180K points with respect to current chart's zoom factor. We are about to release RRD4Android (ported RRD4J) library that might help you with this task (try googling RRD4J). Please track changes on out site.
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 11/9/2009(UTC) Posts: 3
|
Thank you for your replies.
Is it possible to put two point on chart by clicking on it and Draw vertical lines with filled area between selected points? To make some counts for selected points and area.
Is it possible to select not points but lines in histogram?
|
|
|
|
 Rank: Administration
Groups: Administrators, Registered Joined: 7/9/2009(UTC) Posts: 49
Thanks: 1 times Was thanked: 1 time(s) in 1 post(s)
|
pturchenko wrote:We are about to release RRD4Android (ported RRD4J) library that might help you with this task (try googling RRD4J). Please track changes on out site. RRD4Android will be fully published untill the end of the November 2009. Please keep track on our web site RSS/News. web page about RRD already available: http://www.artfulbits.com/Android/rrd4a.aspx |
ArtfulBits Support Team Join us on Facebook, Linkedin Be SharePoint! Be Mobile! Be ArtfulBits! |
|
|
|
 Rank: Guest
Groups: Guests
Joined: 7/9/2009(UTC) Posts: 3,095
|
Yes that's possible with couple custom logic tricks. 1. Catch touch action on the ChartView 2. Convert touch coordinate to local chart's coordinate. 3. Set series type as Area. 4. Add chart point with this coordinate. 5. Continue actions 1-4 for further actions.
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 11/19/2009(UTC) Posts: 20 Location: Mumbai
|
The HitTest sample uses pie chart as example, does it work the same way for making data-points clickable in a line chart?
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 447 
|
Hi,
No, it doesn't work. We don't implement all hit-test features yet.
Best regards, |
Volodymyr Baydalka Andriod development and support team |
|
|
|
 Rank: Member
Groups: Registered
Joined: 11/19/2009(UTC) Posts: 20 Location: Mumbai
|
Baydalka Volodymyr wrote:Hi,
No, it doesn't work. We don't implement all hit-test features yet.
Best regards, Hi, When can we expect hit-test feature for line chart ?
|
|
|
|
 Rank: Member
Groups: Registered
Joined: 7/28/2009(UTC) Posts: 447 
|
Hi,
We have improved hit-test feature at this moment : - added hit-testing for legends, titles, areas and axes - added hit-testing for point and line types (by the circle around point)
We haven't decided yet if we will implement the hit-testing by a line (there is too hard to hit the thin line). However if you really need this we may implement this feature for you by your request.
Best regards, |
Volodymyr Baydalka Andriod development and support team |
|
|
|
 Rank: Member
Groups: Registered
Joined: 11/19/2009(UTC) Posts: 20 Location: Mumbai
|
Baydalka Volodymyr wrote:Hi,
We have improved hit-test feature at this moment : - added hit-testing for legends, titles, areas and axes - added hit-testing for point and line types (by the circle around point)
We haven't decided yet if we will implement the hit-testing by a line (there is too hard to hit the thin line). However if you really need this we may implement this feature for you by your request.
Best regards, I don't need hit-test for the whole line, just for the circle data-points(marker). If you have implemented that, it would be great.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.