Search code examples
gooddata

GoodData UI many requests


I createad reports with GoodData UI and works successful.

GoodData UI exists many requests. In desktop OK but In mobile will use many 4G to customer.

Do exist control to requests ?

image


Hi Ivan,

I used react link.

In image exists 856 request without to stop.

Code used:

    <div style={{ height: 400, width: 600 }}>
        <Visualization
            identifier="abbAX8VdfTM8"
            projectId="dkrwpz8ki4iplckqups7luwz8uiviacy"
        />
    </div>  

Solution

  • I updated the dependencies and worked successfully.

      "dependencies": {
         "@gooddata/react-components": "^6.1.1",
         "node-sass": "^4.11.0",
         "react": "^16.5.2",
         "react-dom": "^16.5.2",
         "react-scripts": "2.1.2" },