Forum Discussion
setting general title
- 2 years ago
Hi Anonymous,
In capabilities.json, set:
{ ... "suppressDefaultTitle": true, ... }You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.
Regards,
Daniel
hi lbendlin ,
this is general visuals setting of table visuals,
And this is my custom visuals,
I want to set the default title to off, It's not that I clicked on off, but when I opened visuals it was already set to off by default.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41
- Anonymous2 years agoNot applicable
In this picture example, when I create a new table visuals like this.
I found that table visuals can set the title to off when it is initialized. So I think it can completely be applied to my custom visuals by setting capabilities.json file. Isn't that right?
- dm-p2 years agoSuper User
Hi Anonymous,
In capabilities.json, set:
{ ... "suppressDefaultTitle": true, ... }You can view the capabilities.json schema here for all available configuration options for visual capabilities. suppressDefaultTitle is documented here.
Regards,
Daniel