marcomachadosantos / gwt-chronoscope

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

OverviewAxisMouseMoveHandler doesn't trigger the XYPlotListener#onPlotMoved #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To be consistent, when the overview feature is used to scroll/zoom into the
graph, the event XYPlotListener#onPlotMoved should be triggered (as it is
when the user directly moves the graph within itself).

At the moment there is no way to detect an overview event either (which
could be a workaround solution).

Original issue reported on code.google.com by nlesc...@gmail.com on 23 Sep 2008 at 10:24

GoogleCodeExporter commented 8 years ago
Resolved in r361.  XYPlotListener#onPlotMoved() now fires when plot are is 
moved implicitly via the overview axis 
sliding window.

Note: the 'seriesNum' parameter has been removed from onPlotMoved(), as event 
sources were only passing in a 
hardcoded 0 value, and a dataset index is not relevant for this event.

Original comment by chadtaka...@gmail.com on 29 Sep 2008 at 7:38