liprec / powerbi-d3jsvisual

Home of the code of my Power BI Custom Visual: D3JS Visual
MIT License
57 stars 20 forks source link

Hyperlink to external page #11

Open kuehcj opened 5 years ago

kuehcj commented 5 years ago

Hi, May I know if it is possible to open a new hyperlink from D3 visual in Power BI? It seems like any hyperlink is currently blocked by the "sandboxed frame".

liprec commented 5 years ago

All Power BI custom visual are running in a sandbox and there is a special API call to open a hyperlink, but I didn't include anything like that in my visual.

kuehcj commented 5 years ago

@liprec thanks for the information. I presume that is something that needs to be added to the D3 custom visual itself and not something that I can do in the JavaScript while using the custom visual? It will be really great if there is a way to expose the creation of that kind of link to the user of the custom visual but maybe that is not possible?