Forum Discussion
Power BI Custom Visual - Objects and Properties types
Hy guys,
Unfortunately, there isn't a full list of known properties except those that you can find in schema.capabilities.json file (there is a list of all APIs).
A process of documentation building and improvement is ongoing so, sooner or later such list will appear.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
Is there any progress on the documentation? I realize that power bi native widgets such as the Line Chart use capability object properties such as [X Axis].[Minum category width] that are displayed as a slider with a minimum and maximum value. This is something that would improve the user experience for my custom visual as well. Obviously the API for this exists so it would be nice if documentation how to achieve this was be available.