Forum Discussion
Custom Properties won't show
- 8 years ago
What value is in this.flowChartSettings? Do you parse values to fill FlowchartSettings interface?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Code looks good. Have you tried to restart pbiviz start and refresh the web page?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Yes I tried to restart the visual, I also tried it in different Browsers and the Desktop Version. I'm running the latest stable API Version (1.11.0).
Do you have any other ideas why it's not working?
- v-viig8 years agoCommunity Champion
What value is in this.flowChartSettings? Do you parse values to fill FlowchartSettings interface?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 years agoNot applicable
Well that helped.. I didn't save the settings to this.flowChartSettings, I accidently saved it to a new variable flowChartSettings.:smileymad: And so this.flowChartSettings was undefined when it was used in the enumerateObjectInstaces function.
Thanks for your time!