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
supportUrl and githubUrl are optional, but should be filled out if you submit your visual to the marketplace. You aren't contingent on them for any local development work, particularly if just starting out.
- supportUrl is the URL that gets linked in the listing, e.g.:
- githubUrl is a place for you to provide a link to your source code, if you want share with people who are interested in exploring your visual's source further, or the custom visuals team to review code if you want to submit for certification.
Both of these can be the same value also, for example, if you host your visual's support documentation in the code repository your source code is contained in. My currently published visuals do this.
Hopefully this clears those questions up.
Regards,
Daniel
Anonymous
6 years agoNot applicable