Skip to content

Instantly share code, notes, and snippets.

@piotrkubisa
Created July 13, 2023 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotrkubisa/c6a6a5c1cd056d77d48baecaf1ab20b9 to your computer and use it in GitHub Desktop.
Save piotrkubisa/c6a6a5c1cd056d77d48baecaf1ab20b9 to your computer and use it in GitHub Desktop.
Remove overlay SVG to fix bug causing top 5 rows of table to not be clickable in Data Studio / Looker Studio
lookerstudio.google.com##.metric-axis-holder:style(display: none)
@evasfra
Copy link

evasfra commented Jan 26, 2024

hello! I have the same issue and this is the only solution I've found so far, so thanks! Did you manage to find any other solution/workaround? I'ts a very annoying issue, seems like we are not the only ones but the issue still exists...

@piotrkubisa
Copy link
Author

Hello! This is the only one that have worked fine for me and I really don't see any disadvantage about adding this extra filter under uBlock Origin settings. Simple and works enough good to be recommended from me :)

@evasfra
Copy link

evasfra commented Jan 29, 2024

Hey, thanks for answering! yeah that's what I feared. Unfortunately on my case, there are multiple users using Firefox and telling them to "just use Chrome" or "install Ublock origin and add a rule" is far from ideal. But again, it's the only thing that has worked so far so, thanks for that!

@piotrkubisa
Copy link
Author

piotrkubisa commented Jan 30, 2024

AFAIK, users who has only VIEW access does not see this rectangle, so this is likely only a problem for editors.

Also, the uBlock Origin is available in Firefox (https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/). It is an official extension shared on Mozilla Addons. IMHO, you likely won't find any non-extension way to interfere with a DOM of website, because extensions are meant to do that.

@evasfra
Copy link

evasfra commented Jan 30, 2024

Unfortunately, it also happens if the report is embedded using an iframe, affecting any user using Firefox in my use case. That's why I cannot force dozens of Firefox users to install an extension and add a rule. But you are right, there are not much options unless they fix this random bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment