Michael DeWulf
07/22/2024, 8:10 PMJulius Kos
07/22/2024, 8:55 PMMichael DeWulf
07/22/2024, 9:06 PMMichael DeWulf
07/22/2024, 9:07 PM"@gooddata/api-client-tiger": "^10.4.0",
"@gooddata/sdk-backend-tiger": "^10.4.0",
"@gooddata/sdk-model": "^10.4.0",
"@gooddata/sdk-ui-charts": "^10.4.0",
"@gooddata/sdk-ui-dashboard": "^10.4.0",
"@gooddata/sdk-ui-ext": "^10.4.0",
"@gooddata/sdk-ui-geo": "^10.4.0",
"@gooddata/sdk-ui-pivot": "^10.4.0",
Daniela Salmeron
07/23/2024, 10:53 AMMichael DeWulf
07/23/2024, 2:06 PMMichael DeWulf
07/23/2024, 2:07 PMMichael DeWulf
07/23/2024, 2:07 PMDaniela Salmeron
07/24/2024, 1:20 PMgd-flex-container
width is being limited from somewhere 🤔
Would it be possible to create a very very basic page to eliminate where the problem might be? for example, setting up something like this:
export const App: React.FC = () => {
return (
<BackendProvider backend={backend}>
<WorkspaceProvider workspace={workspaceId}>
<div className="app">
<b>sup</b>
<Dashboard dashboard={dashboard} />
</div>
</WorkspaceProvider>
</BackendProvider>
);
};
Since I’m not familiarize with your code, I can try to guide you, but pls keep in mind that you might have to search in the app styling a bit further.Michael DeWulf
07/30/2024, 6:25 PMRadek Novacek
07/31/2024, 10:14 AM