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.
dm-p
6 years agoSuper User
Hi Anonymous,
You will need to edit pbiviz.json in the root folder of your visual and fill in the following fields:
- author.name
- author.email
- visual.description
- visual.supportUrl
These just have to have something in them otherwise the visual will not package correctly. Leila Etaati has an section on this in her blog post, under What is New in 2019 towards the bottom of the article if you need a visual guide.
If you're having trouble after this, add the contents of your pbiviz.json file here (or PM me) and I'll provide you with some examples.
Regards,
Daniel