Make Vizualization (e.g. Markdowns) background transparent

Hello Community,

i have tried now everything to make the background of my Markdown visualization transparent, to avoid overlapping with other viz blocks.
Until i read somewhere that its not possible in the current as is to do so.

Now my question is there a way to do so or is there another ticket to promote this feature?

BR
DE

Hi Dominik, you can make the background of any block transparent by updating the block theme with

  • background.bg_color: 'transparent'
  • border.border_width: 0
  • border.border_color: 'transparent'

Here’s the example code.

Just a note: updating the markdown code only styles the content rendered inside the markdown visualization, not the block container itself. The visible background/border you want to remove belongs to the VizBlock container, so the block theme needs to be updated instead.

Please give it a try and let me know if it works for you.

1 Like

Thank you so much Vy Huynh, that worked.
What i realised is that the Syntax is case sensitive thats why some of my trys didnt work out.

Have a nice day!

1 Like

Hi Dominik, glad to hear that it works :pray:

1 Like