Forum Discussion
Anonymous
5 years agoNot applicable
add shadow to embedded power bi report
Hi Is there any way to easily add a shadow behind an embedded power bi report? is there something to set in the load config or something like that?
Anonymous
5 years agoNot applicable
Hi Anonymous ,
Please review the content in the following link, hope it can help you.
"*": {
"dropShadow": [
{
"color": {
"solid": {
"color": "#000000"
}
},
"show": true,
"position": "Outer",
"preset": "Custom",
"shadowSpread": 1,
"shadowBlur": 3,
"angle": 45,
"shadowDistance": 1,
"transparency": 87
}
]
}
Best Regards