gavioto / clientsidegchart

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

getXAxis().getMouseCoordinate() not returning correct values #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We deployed GWT application manually in the Tomcat server. 
2. We are taking up the files related to IE and .js file and keeping in our 
application. 
3. We are able to see our graph plotted successfully. But when we click the 
mouse, we are not able have the correct x and y co-ordinates

we are using the methods 
getXAxis().getMouseCoordinate() and getYAxis().getMouseCoordinate() which 
returns wrong values. The x-coordinate value and the y-coordinate value 
contains two decimal points. 
Ex: x-coordiante value is 2257.71.316 
y-coordinate value is 97.26.437(where 2257 is xMin and 97 is yMax)

What is the expected output? What do you see instead?
MOUSE POSITION'S X,Y CO-ORDINATE correct values

What version of the product are you using? On what operating system?
GWT2.0,GCHART2.6

Please provide any additional information below.

Please help me on this issue ASAP.Thanks in advance.

Original issue reported on code.google.com by jwalaa.s...@gmail.com on 8 Jul 2010 at 10:48

GoogleCodeExporter commented 9 years ago
These methods return doubles, which only have one decimal point when converted 
into strings last time I checked.

Original comment by gchartco...@gmail.com on 8 Aug 2010 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by gchartco...@gmail.com on 29 Aug 2010 at 10:03