Skip to content

Commit

Permalink
Sample dashboards and screenshot update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcorti committed Dec 3, 2017
1 parent fd2eb5e commit 915d538
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ <h1>
Before continuing, please check what is following:
<ul>
<li>A Pentaho instance is up and running at 'localhost:8080/pentaho'.</li>
<li>A Pentaho CDE Dashboard exists at '/public/test.wcdf'.</li>
<li>The 'test.wcdf' dashboard accepts a paramter named 'param1'.</li>
<li>A copy of the 'test.wcdf' dashboard exists at '/public/test2.wcdf'.</li>
<li>The 'test2.wcdf' dashboard accepts the paramter named 'paramTest'.</li>
<li>A Pentaho CDE Dashboard exists at '/public/sample1.wcdf'.</li>
<li>The 'sample1.wcdf' dashboard accepts a paramter named 'param1'.</li>
<li>A copy of the 'sample1.wcdf' dashboard exists at '/public/sample2.wcdf'.</li>
<li>The 'sample2.wcdf' dashboard accepts the paramter named 'param2'.</li>
</ul>

<h1>
Test n.1 - A dashboard with an interactive filter.
</h1>
<div>
<pentaho-dashboard
id = "dash1"
pentahoPath = "/public/test.wcdf">
id = "dashboard1"
pentahoPath = "/public/sample1.wcdf">
</pentaho-dashboard>
</div>

<h1>
Test n.2 - An external HTML element controlling a dashboard.
</h1>
Update the filter on the first dashboard to see updated the second.
Update the filter below to update the dashboard.
<div>
<select id="externalHtmlElementId">
<option value="Classic Cars">Classic Cars</option>
Expand All @@ -36,27 +36,27 @@ <h1>
<option value="Trains">Trains</option>
</select>
<pentaho-dashboard
id = "dash2"
pentahoPath = "/public/test2.wcdf"
[params] = "['paramTest']"
id = "dashboard2"
pentahoPath = "/public/sample2.wcdf"
[params] = "['param2']"
masterHtmlElementId = "externalHtmlElementId">
</pentaho-dashboard>
</div>

<h1>
Test n.3 - A dashboard controlling the second dashboard.
</h1>
Update the filter on the first dashboard to see updated the second.
Update the filter on the first dashboard to updated the second accordingly.
<div>
<pentaho-dashboard
id = "dash3"
pentahoPath = "/public/test.wcdf">
id = "dashboard3"
pentahoPath = "/public/sample1.wcdf">
</pentaho-dashboard>
<pentaho-dashboard
id = "dash4"
pentahoPath = "/public/test2.wcdf"
[params] = "['paramTest']"
masterDashboardId = "dash3"
id = "dashboard4"
pentahoPath = "/public/sample2.wcdf"
[params] = "['param2']"
masterDashboardId = "dashboard3"
[masterDashboardParams] = "['param1']">
</pentaho-dashboard>
</div>
</div>
Binary file modified src/app/pentaho-dashboard/src/assets/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/CDE Dashboards.zip
Binary file not shown.
Binary file added src/assets/SampleDashboards.zip
Binary file not shown.

0 comments on commit 915d538

Please sign in to comment.