Forum Discussion
lucmax
5 years agoHelper II
supportsHighlight not working after packaging visual
Hi, we've developed a custom visual which uses the matrix data view mapping and now want to add highlight support to it. Everything works fine while we work with the developer mode (pbiviz start)...
dm-p
5 years agoSuper User
Hi lucmax
If update's not being called, it could be worth checking to see if the constructor's running to completion. Do you have any breakpoints in there that you can confirm?
Daniel
- lucmax5 years agoHelper II
Hi dm-p
Unfortunately the constructor is called and completed normaly. The whole visual works pefectly fine until I select data in a different visual (in my case it is the stacked bar chart from microsoft) that's supposed to highlight the data in my visual. No reload of my visual is triggered, the only thing I see is the small loading indicator in the top left of my visual.