Forum Discussion
admhemed
8 years agoFrequent Visitor
Read formatting options from Visualizations pane
I need to read title that the user will input in the Visualization pane, I don't find this in options in update method. please help, thanks
v-viig
8 years agoCommunity Champion
Predefined properties such as Title and Background are no available in the code of a custom visual.
We'd recommend to create your properties instead.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
az2451
8 years agoResolver I
Do you also know whether its possible to hide predefined properties?
For example i can influence the Title by using "suppressDefaultTitle": false in my capabilities.json
But how about hiding those? So when i create my own Title property I want to avoid that Title exists twice
- v-viig8 years agoCommunity Champion
Other properties can not be hidden as this is not supported by API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals