Forum Discussion
ngann93
9 years agoFrequent Visitor
Unable to create unique selectionID's
Hi I am trying to create a scatter chart visualisation with circles as datapoints. For this, I wanted to create unique selectionId for each elements. But I am unable to do so. Below is my capabilitie...
v-chuncz-msft
9 years agoCommunity Support
You may take a look at https://github.com/Microsoft/PowerBI-visuals-core/blob/master/src/Clients/Visuals/cartesian/scatterChart.ts first, though it is deprecated. For tips about debugging your custom visual, see the debugging guide.