Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:n/a
-
ICEsoft Forum Reference:
Description
In AxisChart.java:
protected void buildChart() throws Throwable {
if (data == null) {
getData(outputChart.getData());
}
....
If data is changed, such as a new line being used, the new data will not be properly interpreted.
protected void buildChart() throws Throwable {
if (data == null) {
getData(outputChart.getData());
}
....
If data is changed, such as a new line being used, the new data will not be properly interpreted.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16740 | Wed May 28 15:01:14 MDT 2008 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputchart/AxisChart.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16741 | Wed May 28 15:02:12 MDT 2008 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/outputchart/AxisChart.java
|
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7.1 [ 10122 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] |

suggested fix applied.
trunk revision: 16740
branch 1.7 revision: 16741