(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 20 Sep 2009 13:57:59 +0000 (13:57 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 20 Sep 2009 13:57:59 +0000 (13:57 +0000)
gps/src/main/java/org/wamblee/gpx/TrackStatistics.java

index 6c4df6cd59ff6cc9670ac49d8309c74b09c763a4..ce43a79d28741dd01636d0a13f508101a04634ca 100644 (file)
@@ -30,7 +30,7 @@ public class TrackStatistics {
         XYSeriesCollection dataset = createDataset(data, "height");
         JFreeChart chart = ChartFactory.createXYLineChart(
                 "Height Profile", 
-                "Distance(m)",
+                "Distance(km)",
                 "Height(m)",
                 dataset,
                 PlotOrientation.VERTICAL,