Forum Discussion
Anonymous
7 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
Hello, I got the same error as yours but I didn't see any change from your code of changing NodeListOf to HTMLCollectionOf, could you please teach me how to do it?
Thanks.
Anonymous
6 years agoNot applicable
Anonymous For me I just Ctrl+F to find the NodeListOf and replace with HTMLCollectionOf, is this correct?