Jump to content
  • Getting rid of the "loading" message while navigating between pages of report using visualize.js


    ghudson_1

    Issue Description

    A customer is embedding reports via visualize.js. While navigating between pages of the reports we are getting loading message for reports with slower responding pages (they're large and query intensive). They prefer not to see this loading message.

    Resolution

    To avoid the "loading" overlay, use "loadingOverlay: false," , like:

    report = v.report({

        resource: reportName,

        //to have no overlay at all, set to false

        loadingOverlay: false,

        container: "#reportContainer",

    Ref. Case 00064113


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...