The points returned by getCurrentSeriesAndPoint() function of GraphicalView for
barChart are not correct.
Possible reason for it is
we are comparing the screen point to the value of series
let's say we have 2 series corresponding to 2 bars
series 1: 1,2,5,8
series 2: 3,5,8,10
Now if we click on bar 2 corresponding to point 5 .Achartengine is matching 5
first with 1st series and it finds the match ,hence it sends the first bar as
the selected one.
Original issue reported on code.google.com by pk.ece.n...@gmail.com on 16 Mar 2012 at 7:01
Original issue reported on code.google.com by
pk.ece.n...@gmail.com
on 16 Mar 2012 at 7:01