We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d645ce3 commit b1de9daCopy full SHA for b1de9da
Readme.md
@@ -10,13 +10,9 @@
10
`bower install powerbi-client`
11
12
## Setup Power BI for embedding
13
-Add the Power BI CSS link within your apps `<head>` tag.
14
-
15
-`<link href="/content/powerbi.css" rel="stylesheet"/>`
16
17
Add the Power BI script include before your apps closing `</body>` tag
18
19
-`<script src="http://github.com/%3Cspan%20class="x x-first x-last">lib/powerbi.js"></script>`
+`<script src="http://github.com/%3Cspan%20class="x x-first x-last">bower_components/powerbi-client/dist/powerbi.js"></script>`
20
21
Add your access token to your app so it can be accessed.
22
*This can be set statically or dynamically via JavaScript.*
0 commit comments