Forum Discussion
Issues Generating R-based HTML Widget Visual
Have you considered using Deneb's map features?
- IBGuy353 years agoFrequent Visitor
Thanks for your reply! I've tried it out, but it looks as though it requires the learning of Vega/Vega lite. While I am trying it out, I would still like help figuring out why the custom visual outputs a blank graphic. Do you know how I can go about debugging it? What information can I use to better understand what's happening?
- lbendlin3 years agoSuper User
A blank visual usually means that you are attempting to use your own renderer (plotting device). That is not supported. See the list of limitations.
Create Power BI visuals using R - Power BI | Microsoft Learn
- IBGuy353 years agoFrequent Visitor
That makes sense, but then why was the blog I referenced able to work? If we are using the same process (which I imagine means the same renderer), then why might mine fail where they succeed? Is there any log or trace that I can follow to better understand where the hangups might be?