GoodData UI many requests

125 Views Asked by At

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>  
1

There are 1 best solutions below

0
On BEST ANSWER

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" },