Home / cewolf / cewolf-1.1.10
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2011-09-06 2.8 kB
cewolf-1.1.10.zip 2011-09-06 4.0 MB
Totals: 2 Items   4.0 MB 0
Release Notes for version 1.1.10
--------------------------------
- add new options to the TitleEnhancer postprocessor: text align, horizontal align, multiline text, title positioning
- removed performance bottleneck by cutting down on unnecessary synchronization
- the WaferMapLegendProcessor has a new option ("showCellValues") to show cell values

Release Notes for version 1.1.9
--------------------------------
- added WaferMapLegendProcessor for showing custom legend titles on wafer maps

Release Notes for version 1.1.8
--------------------------------
- bug fixes: the SeriesPaintprocessor didn't work for the new wafer map plots, and the TitleEnhancer would
throw a NullPointerException when handling charts without titles

Release Notes for version 1.1.7
--------------------------------
- new chart type: wafer map, demonstrated in the sample web app

Release Notes for version 1.1.6
--------------------------------
- Fixed the 'background' attribute for charts. It must have been broken for a while - is nobody using background images?

Release Notes for version 1.1.5
--------------------------------
- Fixed a denial of service attack on the JVM heap. Image sizes are now limited to 2048 pixels wide and
1024 pixels tall. If you need to create larger images, set servlet init parameters "maxImageWidth"
and/or "maxImageHeight" with larger pixel values in the web.xml file. Thanks to the folks at
websecurity.com.ua for the heads-up.

Release Notes for version 1.1.4
--------------------------------
- Jonathon Striley contributed a patch to enable support for conditional use of <cewolf:param> inside of <c:if> tags:
	<c:if test="${1 == 1}">
		<cewolf:param name="useOutlinePaint" value="true"/>
		<cewolf:param name="outlinePaint" value="#FFFFFF"/>
	</c:if>

Release Notes for version 1.1.3
--------------------------------
- The BarRenderer postprocessor has a new attribute itemLabelSize for setting the font size of item labels.
- Fixed a bug that caused verticalxybar charts always to have a DateAxis as the X axis; now it depends on the dataset.
- Added an example of bubble charts to the "Cewolf Set" page in the example web app.

Release Notes for version 1.1.2
--------------------------------
- The PieEnhancer postprocessor can now be used to turn off PiePlot labels altogether (set showSectionLabels to false).

Release Notes for version 1.1.1
--------------------------------
- removed all -Xlint compilation warnings, and incorporated a handful of FindBugs suggestions
- use ImageIO instead of java.awt.Toolkit to load images
- use ImageIO instead of com.sun.image.codec.jpeg package
- turn off ImageIO disk cache (usage of which may be prevented by security settings)
- fixed a bug in the MovingAverageDatasetProducer that would manifest itself in the Complex Charts/Overlaid 2 example

Source: README.txt, updated 2011-09-06