Hey there, I'm trying to update our frontend to su...
# gooddata-ui
b
Hey there, I'm trying to update our frontend to support the tooltip feature (within embed dashboards using the React SDK), but when bumping @gooddata/sdk-ui-dashboard from 8.11.0 to 8.12.1 the Dashboards are still loaded correctly (with titles, filters, and new features like the tooltip or the export) but all charts are actually empty (everything is blank beside the insight titles, as if there we nothing, all exports from the front have correct data though). • I've tried messing around with the CSS to no avail • I've tried bumping @gooddata/sdk-backend-tiger (we're using GD Cloud) from 8.11.0 to 8.12.1 too, but it changed nothing • When filtering too much, the insight correctly display the em dash indicating there's no data for the current filter selection Any idea why?
Well, for anyone having the same problem, importing the following CSS fixed it although it worked fine without before
Copy code
import "@gooddata/sdk-ui-charts/styles/css/main.css";
import "@gooddata/sdk-ui-ext/styles/css/main.css";
import "@gooddata/sdk-ui-pivot/styles/css/main.css";
b
Hi Bastien, thanks for sharing - much appreciated! @Matyáš Kandl ^