Forum Discussion
anandsoftweb
8 years agoAdvocate V
Create Custom visuals - Set bar color
Hello All, I am developing custome visual for Stack bar chart and I am facing issue while implementing color palette, I have added color palette successfully but not able to save its value a...
v-viig
8 years agoCommunity Champion
It seems this issue is related to:
selector:barDataPoint.selectionId
But Power BI host expects a Selector not SelectionId. To fix this issue we would recommned to use:
selector:barDataPoint.selectionId.getSelector()
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals