Mon, 29 Mar 2010 08:51:20 +0000 |
Sascha L. Teichmann |
Ordered imports. Removed needless imports. Removed empty headers.
|
Mon, 29 Mar 2010 07:58:51 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace
|
Wed, 24 Mar 2010 14:48:55 +0000 |
Ingo Weinzierl |
Added and repaired javadoc in de.intevation.gnv.chart package.
|
Mon, 08 Mar 2010 15:15:08 +0000 |
Ingo Weinzierl |
Added an offset of five percent between values and chart border in vertical profile charts (issue186).
|
Thu, 04 Mar 2010 08:03:56 +0000 |
Ingo Weinzierl |
Added some more debug information while gap detection.
|
Tue, 26 Jan 2010 10:07:44 +0000 |
Ingo Weinzierl |
Fixed an ArrayIndexOutOfBounds-exceptions which occured if there are less than two data points for chart creation.
|
Mon, 21 Dec 2009 13:49:49 +0000 |
Ingo Weinzierl |
Added support of gap detection in horizontalcrossprofile charts.
|
Thu, 17 Dec 2009 13:21:43 +0000 |
Ingo Weinzierl |
Changed depending value for gap detection in verticalprofile charts on meshes.
|
Wed, 16 Dec 2009 11:58:44 +0000 |
Ingo Weinzierl |
Workarround: Store lower and upper bounds of data while iterating over all data and set the max range of axes with these information. JFreeCharts method NumberAxis.setAutoRange(true) doesn't seem to work properly.
|
Wed, 09 Dec 2009 10:22:20 +0000 |
Ingo Weinzierl |
Added gap detection in horizontal and vertical profile charts. Distinguish between meshes and other data sources.
|
Tue, 08 Dec 2009 08:39:03 +0000 |
Tim Englich |
Some Refactoring work done.
|
Mon, 07 Dec 2009 17:03:24 +0000 |
Ingo Weinzierl |
Changed the way of adding data to charts. Same parameters have one axis - not each parameter its own one.
|
Wed, 02 Dec 2009 10:50:12 +0000 |
Ingo Weinzierl |
New options in chart template: visibility of lines and points in charts and point's size.
|
Thu, 26 Nov 2009 08:47:44 +0000 |
Ingo Weinzierl |
Localization of chart axis with locale which fits best to server and browser settings.
|
Tue, 24 Nov 2009 19:14:58 +0000 |
Ingo Weinzierl |
Added timegap definitions to charts. Adapted constructors and constructor calls.
|
Fri, 20 Nov 2009 14:03:31 +0000 |
Ingo Weinzierl |
Removed duplicated and needless imports.
|
Thu, 19 Nov 2009 15:30:27 +0000 |
Ingo Weinzierl |
Implementation of classes for creating timeseries, verticalprofile and horizontalprofile charts.
|