Skip to content

Commit 9d9ab02

Browse files
authored
Merge pull request #413 from tableau/dev
Add links to VizImage sample from docs
2 parents 449bcfc + 5f4a93c commit 9d9ab02

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/trex_examples.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ The [Samples-Typescript](https://github.com/tableau/extensions-api/tree/master/S
6666

6767
The **Samples-Typscript** folder shows how you can use the Extensions API type definitions to create extensions in TypeScript. The sample extensions include TypeScript versions of the Datasources, Filtering, and Parameters samples. For more information, see [Use the TypeScript samples](#use-the-typescript-samples) and [Use TypeScript with the Extensions API]({{site.baseurl}}/docs/trex_typescript.html).
6868

69+
- **[VizImage](https://github.com/tableau/extensions-api/tree/main/Samples/VizImage?=target="_blank")**
70+
71+
Shows how you can use Tableau Viz to add visualizations to your dashboard extensions. This sample demonstrates the effects of different mark types and color palettes. For more information about Tableau Viz, see [Add Tableau Viz to Your Dashboard Extensions]({{site.baseurl}}/docs/trex_tableau_viz.html).
72+
6973

7074

7175

docs/trex_release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Starting with version 1.6 of the Dashboard Extensions API library and Tableau 20
3131
For more information about using Tableau Viz, see: <br/>
3232
- [Add Tableau Viz to Your Dashboard Extensions]({{site.baseurl}}/docs/trex_tableau_viz.html)
3333
- [Tableau Viz Reference]({{site.baseurl}}/docs/trex_tableau_viz_ref.html)
34+
- [Tableau Viz Sample - VizImage](https://github.com/tableau/extensions-api/tree/main/Samples/VizImage){:target="_blank"}
3435

3536
New Dashboard Extension API methods in this release:
3637

docs/trex_tableau_viz.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Now that you have seen the basic steps for adding a Tableau Viz to a dashboard e
136136

137137
* Review the [`tableau.extensions.createVizImageAsync`]({{site.baseurl}}/docs/interfaces/extensions.html#createvizimageasync){:target="_blank"} method for information about the API.
138138

139+
* Check out the [Tableau Viz Sample - VizImage](https://github.com/tableau/extensions-api/tree/main/Samples/VizImage){:target="_blank"} and see how it works. Examine the source code to find out ways you can incorporate Tableau Viz into your own dashboard extensions.
140+
139141
---
140142

141143
## Troubleshoot Tableau Viz images in dashboard extensions

0 commit comments

Comments
 (0)