Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

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?

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

    Please review the content in the following link, hope it can help you.

    Theme setting

    "*": {
                    "dropShadow": [
                        {
                            "color": {
                                "solid": {
                                    "color": "#000000"
                                }
                            },
                            "show": true,
                            "position": "Outer",
                            "preset": "Custom",
                            "shadowSpread": 1,
                            "shadowBlur": 3,
                            "angle": 45,
                            "shadowDistance": 1,
                            "transparency": 87
                        }
                    ]
                }

    Best Regards