diff --git a/demo/code-demo/index.html b/demo/code-demo/index.html index ef2f7a33..68e5df4d 100644 --- a/demo/code-demo/index.html +++ b/demo/code-demo/index.html @@ -14,6 +14,9 @@
Microsoft Power BI JavaScript SDK - Live Sample
+
+ Old Sample +
diff --git a/demo/code-demo/style/style.css b/demo/code-demo/style/style.css index fb4a4e0b..7089c839 100644 --- a/demo/code-demo/style/style.css +++ b/demo/code-demo/style/style.css @@ -78,6 +78,18 @@ a:hover, a:visited, a:link, a:active height:550px; } +#oldSample { + float: right; + margin-right: 30px; + font-weight: bolder; +} + +#oldSample a { + color: white; + text-decoration: underline; + font-size: 20px; +} + .ms-font-xxl { color: #333333; font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; diff --git a/demo/index.html b/demo/index.html index 8d1cc6fe..32f16fe4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,50 +1,9 @@ - - - - - Power BI - Sample - Client - JavaScript - - - - - -
-

Power BI - Sample - Client - Javascript

-

Demonstrate how to embed reports and interact with them using the api provided by the core library. PowerBI-JavaScript

- -

Scenarios:

- - -

Static Embed

-

Report to embed is known by the developer.

- -
- -
-

- - - - -

-
- - - - - - - + + \ No newline at end of file diff --git a/demo/static.html b/demo/static.html new file mode 100644 index 00000000..8d1cc6fe --- /dev/null +++ b/demo/static.html @@ -0,0 +1,50 @@ + + + + + + + Power BI - Sample - Client - JavaScript + + + + + + +
+

Power BI - Sample - Client - Javascript

+

Demonstrate how to embed reports and interact with them using the api provided by the core library. PowerBI-JavaScript

+ +

Scenarios:

+ + +

Static Embed

+

Report to embed is known by the developer.

+ +
+ +
+

+ + + + +

+
+ + + + + + + + + \ No newline at end of file