Mercurial > dive4elements > river
log
age | author | description |
---|---|---|
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. |