Forum Discussion
Anonymous
7 years agoNot applicable
Create Your Own Custom Map for Power BI.
I try to create own custom visual with bing maps. I added script "https://www.bing.com/api/maps/mapcontrol?callback=InitMap" and div with Id: this.divMap = d3.select(options.element) .append('div...
- 7 years ago
Please try using API 1.13.0 if it works there.
PBI isolation might break some libraries that work by injecting JS from remote hosts.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Anonymous
7 years agoNot applicable
I use API v2.3.0
v-viig
7 years agoCommunity Champion
Please try using API 1.13.0 if it works there.
PBI isolation might break some libraries that work by injecting JS from remote hosts.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous7 years agoNot applicable
Thanks. It's helps