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

DefaultXYPlot needs more refined/granular initialization handling #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See timescope check-in comment (below) as well as the affected code + code 
comment in 
ChartConfigFeature.java for specifics.

r1076 | chad | 2009-02-02 11:33:25 -0800 (Mon, 02 Feb 2009) | 2 lines
Changed paths:
   M 
/TIMESCOPE/trunk/sample/src/main/java/com/timefire/timescope/sample/client/Chart
ConfigFe
ature.java

Added quick fix for the 'Show/Hide Subpanels' showcase feature in which the 
range axis did not 
revert back to "absolute tick
 value" mode when the user unchecks the 'Auto-zoom Visible Range' checkbox.  For now, just 
added a call to 'reloadStyles()' 
when the checkbox is unchecked, but ultimately, there needs to be a better way 
of re-initializing 
specific aspects of the ch
art without losing certain user preferences (specifically the auto-zoom 
preference).

Original issue reported on code.google.com by chadtaka...@gmail.com on 2 Feb 2009 at 7:36