jchart2d-release Mailing List for JChart2D
jchart2d is a real-time charting library written in java.
Brought to you by:
achimwestermann
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Achim W. <Ach...@gm...> - 2007-07-27 05:56:06
|
Dear user, a new version of JChart2D a LGPL Java library for precise real time display of x-y plots has been released. This version should be downloaded by everyone who encountered performance problems in dynamic charting applications: A major performance bottleneck was discovered and fixed. Also some bugfixes and minor feature enhancements were made. You can download the latest version at: http://sourceforge.net/project/showfiles.php?group_id=50440 Some detailes relase information: History of changes for the jchart2d project. Changes are chronologically ordered from top (most recent) to bottom (least recent). Legend: ! New Feature * Bug fixed, (unreleased) points out that this bug was never released. - General comment o API change that requires refactoring. Note that refactoring of protected code intended for library internal details will not be listed. jchart2d-2.1.2 - July, 25th, 2007 * Fixed issue #1711148: LayoutFactory does not provide documented methods. ! Configurable context menu entry for zooming out for ChartPanel when wrapping a ZoomableChart. Contribution by Vasilis Pappas. ! Only use lower unit in LabelFormatterAutoUnits when data range is smaller 1.5 of a whole unit. ! New error bar policy for summation of absolute values. ! Added default constructors and additional setters for bean compliance of label formatters. * Fixed issue with UI not reacting upon changed label formatter of Axis at runtime. * Fixed issue with UI not reacting upon changed number format of LabelFormatterNumber at runtime. * Fixed issue with concurrent painting / potential deadlock in addErrorBarPolicy and setErrorBarPolicy of traces. * Fixes issue with traces not updating in case the error bar policies / their configuration changes at runtime. * Fixed issue with color icon of error bar painter edit panel not updating when corresponding error bar segment is changed at runtime. * Fixed minor rounding bug in value to pixel transformation of AAxis. * Fixed issue with axis scale values that appear out of the chart area (too low). * Fixed issue with traces being rescaled in both dimensions even if only one dimension changed (Performance improvement). ! Updated profiling support to Java Interactive Profiler (JIP) Version 1.1(final). ! Major performance improvement for updateScaling: JProfiler measured ~42 % total of paint runtime before, now takes ~ 16 %. ! New info.monitorenter.gui.chart.labelformatters.LabelFormatterUnit allows to specify a fixed unit for an axis. kind regards, Achim |
From: Achim W. <Ach...@gm...> - 2006-06-01 13:13:21
|
Dear jchart2d user, this is the first mail to the list as it is the first time a release of jchart2d has been made and the subscriber list is not empty. A new major version of jchart2d has been released. As this version includes major changes in the code that require refactoring the version number as advanced in the first position: from 1.1.1 to 2.0.0. Features: The new version adds new UI controls such as coordinate tooltips for the chart, selectable logarithmic scaling (base e, base 10) for each axis, menu bar controls, experimental zooming in the X dimension, and an improved popup menu. A bug related to ringbuffered traces and some UI bugs (update view upon model change) were fixed. Refactoring: The whole package structure has changed to prefix - match a name of a registered domain: info.monitorenter. Furthermore subpackages for implementations have been introduced. This allows to overview the API that remains in info.monitorenter.gui.chart. Developers who already integrated JChart2D in products will have to perform various refactoring tasks because of new package naming. Tip: Within eclipse hold down Shift, Ctrl and 'o' to change the package imports. Changelog: http://sourceforge.net/project/shownotes.php?release_id=421417&group_id=50440 Download: http://sourceforge.net/project/showfiles.php?group_id=50440&package_id=192340 Almost all new features are results of contributions or feature requests. Thanks for those, please continue to improve jchart2d. kind regards, Achim Westermann |