Skip to content

Commit 022dd3e

Browse files
author
Amit Shuster
committed
Merged PR 8774: Playground - new samples
Playground - new samples & bugs fix
1 parent 0505558 commit 022dd3e

14 files changed

+210
-165
lines changed
-19.6 KB
Loading

demo/v2-demo/images/samplereport.png

-265 KB
Loading

demo/v2-demo/images/sampletile.png

73.4 KB
Loading

demo/v2-demo/images/samplevisual.png

-9.7 KB
Loading

demo/v2-demo/live_showcases/bookmarks/showcase_bookmarks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>Capture & share bookmarks</h3>
3939
<img src="images\add.svg"/> Capture Bookmark
4040
</button>
4141
</div>
42-
<div id="showcase-embedded-view">
42+
<div id="bookmark-embedded-view">
4343
<div id="embedContainer" class="iframeContainer active"></div>
4444
</div>
4545
</div>

demo/v2-demo/live_showcases/bookmarks/showcase_bookmarks.js

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function embedBookmarksReport() {
4545
settings: {
4646
filterPaneEnabled: true,
4747
navContentPaneEnabled: false,
48-
background: models.BackgroundType.Transparent
4948
}
5049
};
5150

@@ -106,7 +105,6 @@ function embedSharedBookmark(enableFilterPane, bookmarkState) {
106105
settings: {
107106
filterPaneEnabled: false,
108107
navContentPaneEnabled: false,
109-
background: models.BackgroundType.Transparent
110108
},
111109

112110
// Adding bookmark attribute will apply the bookmark on load

demo/v2-demo/live_showcases/custom_layout/showcase_custom_layout.js

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ var LayoutShowcaseState = {
1919

2020
// Embed the report and retrieve all report visuals
2121
function embedCustomLayoutReport() {
22+
// Defualt columns value is three columns
23+
LayoutShowcaseState.columns = ColumnsNumber.Three;
2224

2325
// Load custom layout report properties into session
2426
LoadLayoutShowcaseReportIntoSession().then(function () {

0 commit comments

Comments
 (0)