Forum Discussion
hide custom visual title
- 8 years ago
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- az24518 years agoResolver I
Same issue here but suppressDefaultTitle dont work for me.
It says for "type": "boolean" -> Property type is not allowed{ "dataRoles": [
...
], "dataViewMappings": [
...
], "objects": { "suppressDefaultTitle": { "type": "boolean", "description": "Indicates whether the visual should show a default title" },
...
} }- v-viig8 years agoCommunity Champion
The suppressDefaultTitle must be declared at the root level instead (example).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Credov4 years agoNew Member
my suit:
powerbi-visuals-tools version - 4.0.5
"dependencies": {
"@types/d3": "^5.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"core-js": "^3.2.1",
"d3": "^5.0.0",
"powerbi-visuals-utils-dataviewutils": "2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},If you turn off the 'Title' or write your own title - when stops processing 'DataView' updates.. when you switch pages and when loading the report
Something that is not understandable... accidentally came across this bug... 😞