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

        Hide
        Adnan Durrani added a comment -

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

        Show
        Adnan Durrani added a comment - suggested fix applied. trunk revision: 16740 branch 1.7 revision: 16741

          People

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

            Dates

            • Created:
              Updated:
              Resolved: