ICEfaces
  1. ICEfaces
  2. ICE-3097

AxisChart.buildChart() should always check for new data

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7
    • Fix Version/s: 1.7.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      n/a

      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.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16740 Wed May 28 15:01:14 MDT 2008 adnan.durrani Fix for ICE-3097 (AxisChart.buildChart() should always check for new data)
        Files Changed
        Commit graph 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 ICE-3097 (AxisChart.buildChart() should always check for new data)
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/outputchart/AxisChart.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: