Forum Discussion
powerkriya
6 years agoFrequent Visitor
How to clear selection
I am enhancing the circle card visual by adding a border only when selecting the card. Iam populating a category data field and a label field value on the visual. Now I using this visual on a repor...
- 6 years ago
I added "supportsHighlight": true in the capabilities.json and this adds the highlights array to the dataview for the visual which is not currently selected. Using that i managed to remove the border of the circle.
powerkriya
6 years agoFrequent Visitor
I added "supportsHighlight": true in the capabilities.json and this adds the highlights array to the dataview for the visual which is not currently selected. Using that i managed to remove the border of the circle.