Forum Discussion

Smauro's avatar
Smauro
Solution Sage
8 years ago
Solved

Setting the page size in theme

Hello, After July's 2.60.5169.3201 update, we've finally gotten some more features when creating .json themes. I have played around, but wasn't able to find a way to set the page size within the p...
  • v-yuta-msft's avatar
    8 years ago

    Hi Smauro,

     

    As the announcement said "the majority of visual properties were able to be themed, but the visual’s “container” properties were not. " Currently, page element with can be customized is as below:

            "page": {
    
                    "*": {
    
                      "background": [{
    
                       "color": { "solid": { "color": "#FFFFFF" } },
    
                       "transparency": 25
    
                    }],
    
                    "outspace": [{
    
                        "color": { "solid": { "color": "#004753" } },
    
                        "transparency": 0
    
                    }]
    
                }

    In addtion, you can refer to this similar case: https://community.powerbi.com/t5/Desktop/Set-default-size-of-visuals-in-custom-theme-file/m-p/472888#

     

    Regards,

    Jimmy Tao