Mercurial > dive4elements > river
graph
- Use the user defined font size to set Y axes label fonts sizes.2011-12-27, by Ingo Weinzierl
- Added missing getYAxisWalker() in CrossSectionGenerator and create new instances of IdentfifiableNumberAxis in XYChartGenerator.createYAxis(int).2011-12-27, by Ingo Weinzierl
- Make use of user defined axes labels during chart creation.2011-12-27, by Ingo Weinzierl
- Use axes ranges specified in ChartSettings for zooming in charts.2011-12-27, by Ingo Weinzierl
- Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.2011-12-23, by Ingo Weinzierl
- Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.2011-12-23, by Ingo Weinzierl
- Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress.2011-12-23, by Ingo Weinzierl
- Improved ChartSettings and depending classes to avoid a lot of casting.2011-12-23, by Ingo Weinzierl