Skip to content

Commit a0f6cf0

Browse files
author
Amit Shuster
committed
Merged PR 33976: Playground - Sample tool - Visual authoring
Playground - Sample tool - Visual authoring
1 parent 896e186 commit a0f6cf0

File tree

7 files changed

+984
-485
lines changed

7 files changed

+984
-485
lines changed

demo/v2-demo/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<script src="../node_modules/es6-promise/dist/es6-promise.js"></script>
5555
<script src="../node_modules/powerbi-client/dist/powerbi.js"></script>
5656

57+
<!-- You can find more information about powerbi-report-authoring SDK at https://github.com/microsoft/powerbi-report-authoring/wiki -->
58+
<script src="../node_modules/powerbi-report-authoring/dist/powerbi-report-authoring.js"></script>
59+
5760
<script src="scripts/codesamples.js"></script>
5861

5962
<script src="scripts/index.js"></script>

demo/v2-demo/live_showcases/quick_visual_creator/showcase_quick_visual_creator.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ <h3>Quick visual creator</h3>
179179
</div>
180180
</div>
181181
</div>
182-
<!--You can find more information about powerbi-report-authoring SDK at https://github.com/microsoft/powerbi-report-authoring/wiki-->
183-
<script src="../../../node_modules/powerbi-report-authoring/dist/powerbi-report-authoring.js"></script>
182+
184183
<script>
185184
$(document).ready(function () {
186185
embedQuickVisualCreatorReport();

0 commit comments

Comments
 (0)