KunjanSharma / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

ChartState doesn't compensate for container scroll #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful if ChartState returned the correct absolute X of the current 
point, as defined by UIObject.getAbsoluteTop/Left.

Currently, it doesn't compensate for the scroll state of the chart's container, 
and the user always has to manually add the scroll offset in order to get the 
correct absolute coordinate 

Original issue reported on code.google.com by tom...@gmail.com on 3 Nov 2010 at 6:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Bizpoint has submitted a fix for review upstream.
If need to adjusting,you can call the Chronoscope.setAutoScrollLeft (true) 
method.

Original comment by huangron...@gmail.com on 12 Jan 2011 at 3:09