Tue, 02 Nov 2010 17:46:55 +0000 |
Ingo Weinzierl |
Added license file and license headers.
|
Sat, 17 Apr 2010 09:35:24 +0000 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
Thu, 15 Apr 2010 07:20:05 +0000 |
Ingo Weinzierl |
Read a system property to adjust the percentage that defines the size of a gap in charts (issue175).
|
Wed, 31 Mar 2010 08:01:56 +0000 |
Ingo Weinzierl |
Corrected JavaDoc errors in Chart Package.
|
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).
|
Wed, 03 Mar 2010 16:26:19 +0000 |
Ingo Weinzierl |
Log important values used for gap detection if debug level is enabled.
|
Mon, 25 Jan 2010 16:15:31 +0000 |
Ingo Weinzierl |
Copied method from JFreeChart to adapt date formats.
|
Fri, 22 Jan 2010 18:22:11 +0000 |
Sascha L. Teichmann |
Fixed gnv/issue153
|
Wed, 20 Jan 2010 17:54:48 +0000 |
Ingo Weinzierl |
Solved issue152. Time intervals of timeseries axis are defined by JFreeChart automatically.
|
Tue, 19 Jan 2010 16:47:25 +0000 |
Ingo Weinzierl |
Issue142. Paid attention on array length. Parameters without values resulted in ArrayIndexOutOfBoundsExceptions.
|
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.
|
Mon, 14 Dec 2009 15:56:20 +0000 |
Ingo Weinzierl |
Changed date representation in timeseries charts. Date format is sourced out to language ressource files.
|
Fri, 11 Dec 2009 10:41:24 +0000 |
Sascha L. Teichmann |
Removed needless imports.
|
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.
|
Mon, 07 Dec 2009 10:33:31 +0000 |
Ingo Weinzierl |
Sourced ChartFactory call out to an own method, which is overriden by TimeSeriesChart.
|
Wed, 02 Dec 2009 15:42:46 +0000 |
Ingo Weinzierl |
Added time gap detection to time series charts.
|
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.
|
Wed, 25 Nov 2009 11:41:42 +0000 |
Ingo Weinzierl |
Generate timeseries chart in TimeSeriesChart class instead of AbstractXYChart to instantiate special timeseries charts.
|
Tue, 24 Nov 2009 19:14:58 +0000 |
Ingo Weinzierl |
Added timegap definitions to charts. Adapted constructors and constructor calls.
|
Thu, 19 Nov 2009 15:30:27 +0000 |
Ingo Weinzierl |
Implementation of classes for creating timeseries, verticalprofile and horizontalprofile charts.
|