Skip to main content

RS01012: [CHARTS] OLD DATA IS NOT BEING REMOVED WHEN 3D AREA CHART IS BEING UPDATED WITH NEW DATA


Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • After updating the data in a 3D Area Chart, the original data is
    not being removed.  Instead the new data is placing on top of
    the existing data.
    

Local fix

  • Forcing the cleanup by setting dataProvider to null and forcing
    the validation of the component:
    
            // Force the cleanup
            areaChart.dataProvider = null;
            areaChart.validateNow();
    
            // Set new data
            areaChart.series = currentSeriesLine;
            areaChart.dataProvider =  chartLineData;
    

Problem summary

  • After updating the data in a 3D Area Chart, the original data is
    not being removed. Instead the new data is placing on top of the
    existing data.
    

Problem conclusion

Temporary fix

  • Forcing the cleanup by setting dataProvider to null and forcing
    the validation of the component:
    
            // Force the cleanup
            areaChart.dataProvider = null;
            areaChart.validateNow();
    
            // Set new data
            areaChart.series = currentSeriesLine;
            areaChart.dataProvider = chartLineData;
    

Comments

APAR Information

  • APAR number

    RS01012

  • Reported component name

    ILOG ELIXIR ENT

  • Reported component ID

    5724Z7800

  • Reported release

    350

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-06-08

  • Closed date

    2012-08-09

  • Last modified date

    2012-08-09

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R350 PSY

       UP

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

IBM ILOG Elixir Enterprise


Software version:
3.5


Reference #:
RS01012


Modified date:
2012-08-09

Translate my page

Content navigation