Skip to content

Canvas settings page size in custom theme file #51

Open

Description

According to the theme file json schema, there is a setting to control the type and size of the canvas (as in Format page/Canvas settings in Power BI Desktop). However, these settings (which adhere to the schema) does not propagate to Power BI:

{
    "name": "myName",
    "visualStyles": {
        "page": {
            "*": {
                "pageSize": [
                    {
                        "pageSizeTypes": "Custom",
                        "pageSizeWidth": 1920,
                        "pageSizeHeight": 1080
                    }
                ]
            }
        }
    }
}

Is this a bug, or pure incompetence on my side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions