log flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 2242:7e8e1d5384c0

age author description
Fri, 03 Feb 2012 09:39:22 +0000 Ingo Weinzierl Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.
Thu, 02 Feb 2012 15:44:13 +0000 Ingo Weinzierl Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.
Thu, 02 Feb 2012 14:00:40 +0000 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator
Thu, 02 Feb 2012 12:50:33 +0000 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.
Thu, 02 Feb 2012 12:26:36 +0000 Ingo Weinzierl Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.
Thu, 02 Feb 2012 10:54:21 +0000 Raimund Renkert Issue 466.
Mon, 30 Jan 2012 13:33:18 +0000 Felix Wolfsteller Add manual point handling for many different chart types.
Fri, 27 Jan 2012 14:21:51 +0000 Felix Wolfsteller Manual Point Theming improved.
Fri, 27 Jan 2012 11:19:16 +0000 Felix Wolfsteller Only add one legend item for manual point themes.
Fri, 27 Jan 2012 11:01:13 +0000 Felix Wolfsteller Render labels of manual points in a very primitive manner.
Mon, 23 Jan 2012 14:18:53 +0000 Felix Wolfsteller Theoretically allow annotations on second y ais. Practically allow Q MainValues on Q Axis in Duration Curves.
Mon, 23 Jan 2012 10:44:34 +0000 Felix Wolfsteller Somewhat unified Annotation handling, use jfreechart-house-toolkit instead of custom StickyAxisAnnotation.
Fri, 20 Jan 2012 08:38:50 +0000 Felix Wolfsteller Add basic (text) styling for HYKS.
Thu, 19 Jan 2012 13:09:00 +0000 Felix Wolfsteller Minor hyk-handling improvements.
Thu, 19 Jan 2012 11:00:27 +0000 Felix Wolfsteller Improved HYK/Zones- handling.
Wed, 18 Jan 2012 14:36:16 +0000 Raimund Renkert 'New Chart' for computed discharge curve.
Fri, 13 Jan 2012 11:08:41 +0000 Felix Wolfsteller Prevent range collapsing when negative values are given.
Wed, 11 Jan 2012 11:01:36 +0000 Sascha L. Teichmann Removed superfluous imports.
Thu, 05 Jan 2012 14:32:44 +0000 Felix Wolfsteller Fixed issue432 (legenditem-size ignored for area legend items).
Thu, 05 Jan 2012 08:34:47 +0000 Ingo Weinzierl Repaired broken legend items.
Wed, 04 Jan 2012 14:43:48 +0000 Ingo Weinzierl Moved JFreeChart specific classes to de.intevation.flys.jfree and added required imports.
Wed, 04 Jan 2012 12:24:35 +0000 Ingo Weinzierl #393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
Tue, 27 Dec 2011 11:19:44 +0000 Ingo Weinzierl Make use of the export size for charts specified in ChartSettings if a chart export is requested.
Tue, 27 Dec 2011 10:12:14 +0000 Ingo Weinzierl Added an ExportSection to ChartSettings which provides attributes for chart 'width' and 'height'.
Tue, 27 Dec 2011 09:09:42 +0000 Ingo Weinzierl Make use of user defined legend font size while chart creation.
Tue, 27 Dec 2011 08:50:28 +0000 Ingo Weinzierl Make use of user defined axes font sizes.
Tue, 27 Dec 2011 08:22:07 +0000 Ingo Weinzierl Use the user defined font size to set Y axes label fonts sizes.
Tue, 27 Dec 2011 08:04:12 +0000 Ingo Weinzierl Added missing getYAxisWalker() in CrossSectionGenerator and create new instances of IdentfifiableNumberAxis in XYChartGenerator.createYAxis(int).
Tue, 27 Dec 2011 07:52:25 +0000 Ingo Weinzierl Make use of user defined axes labels during chart creation.
Tue, 27 Dec 2011 07:17:07 +0000 Ingo Weinzierl Use axes ranges specified in ChartSettings for zooming in charts.
Fri, 23 Dec 2011 15:10:13 +0000 Ingo Weinzierl Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.
Fri, 23 Dec 2011 14:24:57 +0000 Ingo Weinzierl Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.
Fri, 23 Dec 2011 08:57:25 +0000 Ingo Weinzierl Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress.
Tue, 20 Dec 2011 15:14:54 +0000 Felix Wolfsteller Fix malcondition where first renderer is StableXYDifferenceRenderer.
Tue, 20 Dec 2011 06:47:08 +0000 Felix Wolfsteller Improved area rendering workflow.
Fri, 16 Dec 2011 14:42:10 +0000 Felix Wolfsteller Added simple area registering functions.
Fri, 16 Dec 2011 13:37:58 +0000 Ingo Weinzierl Improved the ChartSettings - now, each chart writes proper AxisSections into the ChartSettings.
Fri, 16 Dec 2011 10:35:08 +0000 Ingo Weinzierl Implemented the buildAxisSections() method in XYChartGenerator to include an AxisSection for the X axis.
Thu, 15 Dec 2011 17:10:42 +0000 Ingo Weinzierl Added axis sections into charts Settings.
Thu, 15 Dec 2011 15:58:56 +0000 Ingo Weinzierl Improved the ChartSettings returned by charts - it now contains a legend specific section.
Thu, 15 Dec 2011 12:05:06 +0000 Ingo Weinzierl Finished the ChartSection part of the chart Settings returned by the XYChartGenerator.
Wed, 14 Dec 2011 14:17:31 +0000 Ingo Weinzierl Implemented a ChartSettings with relevant Sections and Attributes for charts (NOTE: Work still in progress).
Wed, 14 Dec 2011 10:48:36 +0000 Felix Wolfsteller Fix/survive certain minor malconditions.
Tue, 06 Dec 2011 10:38:32 +0000 Felix Wolfsteller Further flys/issue420 fix, NaN-guard X axis extent.
Tue, 06 Dec 2011 10:26:07 +0000 Felix Wolfsteller Partial fix for flys/issue420 (Mosel/DischargeCurves), do survive empty datasets when calculating axis extents.
Wed, 30 Nov 2011 12:06:32 +0000 Sascha L. Teichmann Removed superfluous imports.
Wed, 30 Nov 2011 10:10:42 +0000 Felix Wolfsteller Changed doOut signature, side effect from blackboard feature (to come).
Mon, 28 Nov 2011 15:00:46 +0000 Felix Wolfsteller Fix compilation, default 0-excluding behavior of axes.
Mon, 28 Nov 2011 14:36:56 +0000 Felix Wolfsteller Refactored XYChartGenerator to have better working multi-axes features.
Fri, 25 Nov 2011 09:39:09 +0000 Felix Wolfsteller Added handling of empty plots.
Fri, 25 Nov 2011 08:42:44 +0000 Felix Wolfsteller When having axis in diagrams, always have one on the left.
Thu, 24 Nov 2011 10:59:40 +0000 Felix Wolfsteller Fix legend and themeing with new multiaxis feature.
Thu, 24 Nov 2011 07:20:46 +0000 Felix Wolfsteller Allow more than two datasets and more flexibility with axes in plots. Based on patch by S. Teichmann.
Wed, 23 Nov 2011 14:09:29 +0000 Felix Wolfsteller Cosmetics, docs.
Thu, 10 Nov 2011 10:18:31 +0000 Felix Wolfsteller Cosmetics, resolve code duplicate.
Wed, 09 Nov 2011 13:06:08 +0000 Felix Wolfsteller Refactored, move doMainValueAnnotations to XYChartGenerator.
Wed, 26 Oct 2011 12:47:37 +0000 Felix Wolfsteller Cosmetics.
Fri, 21 Oct 2011 15:19:49 +0000 Sascha L. Teichmann Added some simple caching for themes. Only used in sticky annotations by now.
Wed, 19 Oct 2011 11:39:46 +0000 Raimund Renkert Apply theme attributes to axis annotation.
Wed, 19 Oct 2011 09:59:07 +0000 Sascha L. Teichmann XYChartGenerator: Do not crash if no zoom axis given

http://dive4elements.wald.intevation.org