The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, custom visual developers,
does anyone know the command for arranging a background image (PNG), by moving it to the front? I am using a heatmap which I want to arrange it in the background which should appear only parts within an image png file. Currently, the image is in the background but I want to have it actually moved to the front and the heatmap part in the background then the cut-out parts of the PNG image will show the heatmap visualization only there. Which command may I use coding my custom visual in order to arrange the switch between the background image and visual in the front?
Thanks so much!
Solved! Go to Solution.
As far as I understand the question z-index might be used to change depth position of elements.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
As far as I understand the question z-index might be used to change depth position of elements.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thanks a lot, Ignat, for the hint. That's it!