Forum Discussion
Anonymous
6 years agoNot applicable
pbiviz package Error
I am trying to add tooltip to my R visual. I tried following some tutorials such as https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 https://towardsdatascience.c...
- Anonymous6 years ago
So I got an answer from Microsoft support team. We need to replace NodeListOf with HTMLCollectionOf in visual.ts.
Anonymous
6 years agoNot applicable
Anonymous For me I just Ctrl+F to find the NodeListOf and replace with HTMLCollectionOf, is this correct?
dm-p
6 years agoSuper User
Hi Anonymous - this post has the locations in src/visual.ts where the changes need to be applied.