comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1688:7eb9015489b0

Worked on flys/issue150 flys-artifacts/trunk@2908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 07 Oct 2011 15:55:38 +0000
parents 19c4cf5163e8
children 6e935087f6a1
comparison
equal deleted inserted replaced
1687:19c4cf5163e8 1688:7eb9015489b0
128 128
129 addDatasets(plot); 129 addDatasets(plot);
130 addAnnotations(plot); 130 addAnnotations(plot);
131 addSubtitles(chart); 131 addSubtitles(chart);
132 adjustPlot(plot); 132 adjustPlot(plot);
133 adjustAxes(plot);
134 localizeAxes(plot); 133 localizeAxes(plot);
135 134
136 removeEmptyRangeAxes(plot); 135 removeEmptyRangeAxes(plot);
137 136
138 preparePointRanges(plot); 137 preparePointRanges(plot);
139 autoZoom(plot); 138 autoZoom(plot);
140 139
141 applyThemes(plot); 140 applyThemes(plot);
141 adjustAxes(plot);
142 142
143 return chart; 143 return chart;
144 } 144 }
145 145
146 146

http://dive4elements.wald.intevation.org