-
It seems this is a duplicate of 2016296. Closing.. :)
2009-11-11 01:34:24 UTC by exegr
-
Having a Chart2D as part of any gui, does not allow that guy to cleanly shut down when dispose() is called. The method dispose() should normally terminate unless there are background threads working. Also tried setting the chart and traces to null and calling destroy() but with no effect. Test case below:
import info.monitorenter.gui.chart.Chart2D;
import java.awt.EventQueue;
import...
2009-11-11 00:51:25 UTC by exegr
-
I'm using JChart2D to display several variable traces and i add each variable trace with a specific Y Axis. Then i used a system of marks(traces with only two points ant without name) that i draw only in the first Y Axis.
With only Two Y Axis (two variables) every thing works fine.
With three or more Y axis, when i try to remove a mark, it is not deleted.
I found a temporary solution to...
2009-11-04 09:54:05 UTC by schumateur
-
To reproduce:
1. Add a chart and set the Y axis title
2. Resize the window
3. Observe that the relative position of the Y axis title has moved.
4. Explicitly set the title again, and the title will move back to the correct position
This is especially bad when several charts are displayed side-by-side -- on the far left chart, the title just moves up to the top, but on the others it...
2009-10-21 19:33:21 UTC by jorenko
-
achimwestermann made 1 file-release changes.
2009-08-20 18:20:02 UTC by achimwestermann
-
JChart2D in action for sphinx SD. Check out the screens:
http://sourceforge.net/projects/sphinxes/.
2009-08-20 18:18:21 UTC by achimwestermann
-
achimwestermann committed patchset 956 of module jchart2d to the JChart2D CVS repository, changing 1 files.
2009-08-04 18:50:57 UTC by achimwestermann
-
achimwestermann committed patchset 955 of module jchart2d to the JChart2D CVS repository, changing 1 files.
2009-08-04 18:50:32 UTC by achimwestermann
-
achimwestermann committed patchset 954 of module jchart2d to the JChart2D CVS repository, changing 1 files.
2009-08-04 18:49:40 UTC by achimwestermann
-
This artifact has been marked as a duplicate of artifact 2689824 with reason:
Same story.
2009-08-02 17:00:19 UTC by achimwestermann