Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

FaceChart huge use of processing and memory

$
0
0
Isomorphic,

I am using Smartgwt Power Edtion 4.1 and I created a sample code where it is possible to show columns side by side (unstacked) for each variable of legend.

The problem is that when I try to draw my FacetChart in some configurations, my browsers (firefox, chrome, ie) becomes unresponsive and It's possible to see a huge use of memory and processor.

To recreate the problem:

Code:

    /**
    *
    * This is the entry point method of all project.
    *
    */
    public void onModuleLoad() {       
               
            new ChartTest();

    }


The ChartTest Class is attached.

Its is very important and essencial for us to have a chart with this kind of view (show columns side by side (unstacked) for each variable of legend) x period. Its is working in almost all cases but is failing sometimes when the values are negatives and/or when I have more than 4 axis.


Thanks in advance!!

Attached Files
File Type: java ChartTest.java (9.5 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles