yuxinburen / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Tocuh on barGraph not working properly #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Do you have some code to demonstrate the issue?

Original comment by dandrome...@gmail.com on 12 May 2012 at 12:08

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 18 May 2012 at 3:07