Forum Discussion
bhavesh-jadav
8 years agoHelper I
Tooltip is not updating
Hi there, I am trying to add tooltip in my custom visual. For that I have written follwoing code. // this if condition is inside update method if (this.tooltipSettings.show == true) {
...
- 8 years ago
The value property can not contain numbers as per declaration.
To fix this issue you must convert numbers to strings explicitly.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
8 years agoCommunity Champion
The value property can not contain numbers as per declaration.
To fix this issue you must convert numbers to strings explicitly.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals