log artifacts/src/main/java/org/dive4elements/river/exports/DiagramGenerator.java @ 9431:eeea16ea0980

age author description
Mon, 20 Aug 2018 09:42:32 +0200 mschaefer Added inverted attribute for y axis
Thu, 26 Jul 2018 11:16:06 +0200 gernotbelger Moved chart metadata line to top of chart. Minor cleanup.
Fri, 20 Jul 2018 15:24:05 +0200 gernotbelger Introduced new option 'tick-units' for axes. Configured the count Axis to only allow for integer ticks.
Tue, 05 Jun 2018 19:21:16 +0200 gernotbelger Cleanup of ChartGenerator and ChartGenerator2 code. Put some of the copy/pasted code into a common abstraction.
Tue, 29 May 2018 11:35:44 +0200 gernotbelger Added metadata subtitle to all chart export
Tue, 06 Mar 2018 17:06:47 +0100 gernotbelger Introduced new hook for chart tweaking.
Thu, 15 Feb 2018 13:46:35 +0100 gernotbelger Introduced ChartExtender that allows to tweak the charts for very specific use cases.
Wed, 14 Feb 2018 18:45:01 +0100 gernotbelger Allow to configure lower and upper margin of a chart axis
Wed, 14 Feb 2018 18:10:28 +0100 gernotbelger Some minor changes on chart: allow area-themes to consider range; allow for axis-margins
Thu, 18 Jan 2018 20:12:01 +0100 Tom Gottfried Fix code style. 3.2.x
Thu, 03 Dec 2015 12:20:03 +0100 Tom Gottfried Tidied.
Wed, 29 Apr 2015 11:56:04 +0200 Andre Heinecke (issue1754) Fix Radius calculation for filtered (smoothed) facets
Wed, 01 Oct 2014 13:40:30 +0200 Tom Gottfried Never ever set current km via RiverUtils.
Wed, 01 Oct 2014 11:07:52 +0200 Sascha L. Teichmann Removed obsolete imports.
Tue, 30 Sep 2014 11:50:43 +0200 Tom Gottfried Introduce annotations, which know to which axis they belong.
Fri, 26 Sep 2014 18:23:45 +0200 Tom Gottfried Scale second W-axis in cm according to first axis, which is expanded relative to the data, and set bounds for zooming purposes (plus a bit of cleanup in DiagramGenerator).
Wed, 17 Sep 2014 13:12:12 +0200 Tom Gottfried Essentially backout rev 8ad0b7bc3e73 as this makes some SQ-relation curves appear buckled.
Fri, 05 Sep 2014 12:58:17 +0200 Sascha L. Teichmann sed src/**/*.java 's/logger/log/g'
Wed, 27 Aug 2014 16:47:38 +0200 Sascha L. Teichmann Make Logarithmic axis immun against negative values (not throwing Exceptions in that case).
Mon, 30 Jun 2014 11:29:45 +0200 Raimund Renkert merged with default. facet-metadata
Wed, 21 May 2014 11:40:14 +0200 Raimund Renkert Add metadata to chart series and datasets. facet-metadata
Fri, 16 May 2014 10:55:59 +0200 Raimund Renkert Fixed subtitle handling and added flowvelocity subtitle.
Fri, 07 Mar 2014 11:11:11 +0100 Raimund Renkert Added subtitle parts to modify the chart subtitle via the outprocessor. minfo-opt
Mon, 25 Nov 2013 17:40:47 +0100 Andre Heinecke (issue1225) Use label code also when only one item is present
Mon, 25 Nov 2013 14:58:14 +0100 Andre Heinecke (issue1225) Implement Magic labels.
Sat, 05 Oct 2013 12:13:14 +0200 Sascha L. Teichmann Removed trailing whitespace.
Fri, 04 Oct 2013 18:35:05 +0200 Andre Heinecke Check for inverted setting later.
Fri, 04 Oct 2013 17:02:01 +0200 Andre Heinecke Add new option to diagram axes "logarithmic" that can be set to an evaluator
Thu, 26 Sep 2013 12:22:01 +0200 Andre Heinecke Add debug output triggered by debugging the last commit
Wed, 25 Sep 2013 12:36:19 +0200 Sascha L. Teichmann Diagrams: Determine if axis should be inverted dynamically.
Tue, 24 Sep 2013 18:37:41 +0200 Andre Heinecke Configure Longitudinal section diagram to use the new way.
Tue, 24 Sep 2013 18:36:43 +0200 Andre Heinecke Add currentKM context / request mapping to RiverUtils and use it in DiagramGenerator
Tue, 24 Sep 2013 18:35:21 +0200 Andre Heinecke Handle multiple processors for axis labeling.
Tue, 24 Sep 2013 11:40:43 +0200 Andre Heinecke Fix applying the inversion of diagrams. generator-refactoring
Tue, 24 Sep 2013 11:27:28 +0200 Andre Heinecke Handle axis include zero setting for the new processing architecture generator-refactoring
Tue, 24 Sep 2013 11:26:45 +0200 Andre Heinecke Minor cleanup / doc generator-refactoring
Mon, 23 Sep 2013 16:00:02 +0200 Andre Heinecke Add more Inversion logic to the DiagramGenerator generator-refactoring
Mon, 23 Sep 2013 12:28:22 +0200 Sascha L. Teichmann Use pre-converted diagram attributes now. generator-refactoring
Mon, 23 Sep 2013 12:21:08 +0200 Andre Heinecke Move manual point handling into a Processor generator-refactoring
Mon, 23 Sep 2013 12:20:27 +0200 Andre Heinecke Add useful debug output for diagram generator debugging generator-refactoring
Sun, 22 Sep 2013 21:29:35 +0200 Sascha L. Teichmann Removed obsolete imports. generator-refactoring
Sun, 22 Sep 2013 21:05:12 +0200 Sascha L. Teichmann Use Object instead of DOM Element as argument for setup of out generators. First step to remove dependency to XML DOM when using configuration. generator-refactoring
Sun, 22 Sep 2013 17:15:15 +0200 Sascha L. Teichmann Little workaround to make diagram attribute parsing more thread safe. This is not the right solution. generator-refactoring
Fri, 20 Sep 2013 19:18:04 +0200 Andre Heinecke Implement Label handling generator-refactoring
Fri, 20 Sep 2013 17:36:11 +0200 Andre Heinecke Simplyfy / unify "invert axis" logic generator-refactoring
Fri, 20 Sep 2013 16:33:22 +0200 Andre Heinecke Add LTR inversion code to diagram generator. generator-refactoring
Fri, 20 Sep 2013 14:55:44 +0200 Andre Heinecke Remove Axis Walker, unabstract Diagram generator generator-refactoring
Fri, 20 Sep 2013 10:30:03 +0200 Andre Heinecke Remove AxisProcessor "glue" class and extend Processor interface generator-refactoring
Thu, 19 Sep 2013 11:50:36 +0200 Sascha L. Teichmann Call processors from configuration. generator-refactoring
Thu, 19 Sep 2013 11:39:00 +0200 Sascha L. Teichmann Parse config when setup a new diagram. generator-refactoring
Wed, 18 Sep 2013 17:13:17 +0200 Andre Heinecke Add DiagramGenerator which should mainly replace xygenerator generator-refactoring

http://dive4elements.wald.intevation.org