Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Objects Rendering Slow using Mashups in AP.NET

Hi,

i m working in Qlik sense with integrating to asp.net using mashups. While using this, i m getting very slow to rendering the objects. so it delays in loading the charts to display. Please do the needful.

var app = qlik.openApp('ea73a87b-285a-42e9-afeb-58d2631a747a', config);

var elems = document.getElementsByClassName('qlik-embed');

                        for (var ix = 0; ix < elems.length; ++ix) {

                            var appid = elems[ix].dataset.qlikAppid;

                            var objid = elems[ix].dataset.qlikObjid;

                            app.getObject(elems[ix], objid);

                        }

Thanks in advance.

0 Replies