Page
Use the "page"
element to define the default layout of all pages in your report. You cannot only control how they look like by defining
- background
- visibility
- color
- transparency
- image (if not a color)
- size
- type
- height
- width
- vertical alignment
- Outspace Pane
but also
- whether they can be used as tooltip
- whether you want to allow Q&A on them
Syntax
{
"name": "LeanProductivity",
"visualStyles": {
"*": {
"page": {
"*": {
"settings": [{
"allowUseAsTooltip": false,
"allowQnA": false
}],
"background": [{
"show" : "true",
"color": { "solid": { "color": "#000000" } },
"transparency": 0,
"image": { "name": "", "url": "", "scaling": "Normal" }
}],
"outspace": [{
"color": { "solid": { "color": "#1B2631" } },
"transparency": 0
}],
"displayArea": [{
"type": "16:9",
"height": 720,
"width": 1280,
"verticalAlignment": "Middle"
}]
}
}
}
}
}
Settings
Make sure to have no visual selected.