Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

JSON for Rounded corners of actionButton

Hi all,   I have looked on other posts on this forum but I can't find a solution.    I'm trying to set the Rounded corners property of a button to 15px on my JSON theme. I've tried:   1.  "bor...
  • v-yueyunzh-msft's avatar
    3 years ago

    Hi , Anonymous 

    I test it in my side , you can try to use this:

    {
     "name": "a670051504402230c343",
    
      "visualStyles": {
        "actionButton": {
        
          "*": {
            "background": [
              {
                "show": false
              }
            ],
            "visualHeader": [
              {
                "show": false
              }
            ],
           
            "shape": [
           {
    	   "$id": "default",
              "roundEdge": 34
    	}
          ]
    
          }
        }
      }
    
    }

     

     

     

    Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

     

    Best Regards,

    Aniya Zhang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly