comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java @ 334:e37930705daa

Changed the way of adding data to charts. Same parameters have one axis - not each parameter its own one. gnv-artifacts/trunk@400 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 07 Dec 2009 17:03:24 +0000
parents 22a6493e8460
children 07a64cfafdf1
comparison
equal deleted inserted replaced
333:19571fd1d0e8 334:e37930705daa
79 log.warn("No data found while parsing."); 79 log.warn("No data found while parsing.");
80 } 80 }
81 } 81 }
82 82
83 83
84 protected void addSeries(Series series, int idx) { 84 protected void addSeries(Series series, String label, int idx) {
85 super.addSeries(series, idx); 85 super.addSeries(series, label, idx);
86 86
87 // reset values used by current series for next series 87 // reset values used by current series for next series
88 lastPoint = null; 88 lastPoint = null;
89 distance = 0; 89 distance = 0;
90 } 90 }

http://dive4elements.wald.intevation.org