Forum Discussion
admhemed
8 years agoFrequent Visitor
hide custom visual title
Is there a way to hide custom visual title?
I tried css, jquery nothing worked. I tried to find a solution here, no result.
thanks
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
4 Replies
- v-viigCommunity Champion
We'd recommend to add suppressDefaultTitle property into capabilities.json of your custom visual.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- az2451Resolver 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" },
...
} }