Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
GustavoSouza
Frequent Visitor

Help with DisplayArea

First of all good week to all. Can anybody help me? I wanted this one to always be 100% without the sides.

Where can I modify the creation of these classes?

displayArea disableAnimations fitToPage

 

04.png05.png06.png

07.png

 

How do I choose a percentage in the code below? And not a number?

interface ICustomPageSize extends IPageSize {
    width?: number;
    height?: number;
}

settings: {
filterPaneEnabled: true,
navContentPaneEnabled: true,
layoutType: models.LayoutType.Custom,
customLayout: {
pageSize: {
type: models.PageSizeType.Custom,
width: 500,
height: 500
},
displayOption: models.DisplayOption.ActualSize
}
}

 

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.