Hi experts,

I am struggling with a bars chart's screen freezing issue.
I have 5.6M data to render. And I put on my Options like below,
let options = {
                seriesType: "bars",
                fontSize: 10,
                lineWidth: 3,
                allowAsync: true,
                animation:
                {
                    startup: true
                },
                bar:
                {
                    groupWidth: "100%"
                },
                hAxis: {
                    title: "",
                    baselineColor: "white",
                    slantedText: true,
                    slantedTextAngle: 90,
                    viewWindow:
                    {
                        min: 0
                    }
                }
            };

And then I call, the draw() method would lock whole screen for 6-7 seconds 
while I could not do anything but freeze there.

            this.wrapper.setOptions(options);

            this.wrapper.draw();

this.wrapper is the object of google.visualization.ChartWrapper.  Does 
anyone know how to cope with this?? Thanks so much in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/3da19891-2ee6-4d69-8e45-7cfd53e0de7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to