log gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java @ 1115:f953c9a559d8

age author description
Tue, 02 Nov 2010 17:46:55 +0000 Ingo Weinzierl Added license file and license headers.
Mon, 28 Jun 2010 16:48:03 +0000 Ingo Weinzierl Fixed range calculation for y-axes in the base chart class (issue233).
Mon, 12 Apr 2010 06:59:33 +0000 Ingo Weinzierl Removed compiler warnings while JavaDoc generation.
Wed, 31 Mar 2010 08:01:56 +0000 Ingo Weinzierl Corrected JavaDoc errors in Chart Package.
Mon, 29 Mar 2010 12:56:13 +0000 Ingo Weinzierl Added an offset of 15px between the right data area and the right axis (issue192).
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
Fri, 26 Mar 2010 10:06:36 +0000 Ingo Weinzierl Removed race-condition when trying to access the index of the next line color used in charts (applied patch in issue211).
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, 21 Jan 2010 10:09:01 +0000 Ingo Weinzierl Solved issue100. Improved axes range. Scale dataset to its own axis.
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.
Tue, 15 Dec 2009 10:13:09 +0000 Ingo Weinzierl Stabilized color of lines in charts. Exports (pdf, svg, png) will look like the chart in gui.
Fri, 11 Dec 2009 09:42:54 +0000 Ingo Weinzierl Fade out range axis gridlines in charts if there are more than one axis.
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.
Fri, 04 Dec 2009 15:30:20 +0000 Ingo Weinzierl Added subtitles to 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.
Tue, 24 Nov 2009 14:39:36 +0000 Tim Englich Fixed some broken Method-Extentions.
Mon, 23 Nov 2009 17:01:28 +0000 Ingo Weinzierl The style of charts can be configured with ChartThemes using XML configuration files.
Fri, 20 Nov 2009 14:03:31 +0000 Ingo Weinzierl Removed duplicated and needless imports.
Thu, 19 Nov 2009 15:24:45 +0000 Ingo Weinzierl Interface and abstract classes for chart creation implemented.

http://dive4elements.wald.intevation.org