From d105afd53ac358b1db3723b0e42370db02a1dd25 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Thu, 9 Sep 2021 16:38:45 -0600 Subject: [PATCH] Update trex_release-notes.md --- docs/trex_release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md index a5a93060..8476c51e 100644 --- a/docs/trex_release-notes.md +++ b/docs/trex_release-notes.md @@ -27,11 +27,16 @@ About this release: ![Tableau Viz SVG image]({{site.baseurl }}/assets/vizapi_demo3.svg) -Starting with version 1.6 of the Dashboard Extensions API library and Tableau 2021.3, you can now add Tableau visualizations to your dashboard extensions. Tableau Viz takes a declarative description of your visualization and renders it as an SVG image that you can embed in your extension. Version 1.6 of the Dashboard Extensions library adds the [`tableau.extensions.createVizImageAsync`]({{site.baseurl}}/docs/interfaces/extensions.html#createvizimageasync){:target="_blank"} method, which takes the JSON description of the image as an input.
+Starting with version 1.6 of the Dashboard Extensions API library and Tableau 2021.3, you can now add Tableau visualizations to your dashboard extensions. Tableau Viz takes a declarative description of your visualization and renders it as an SVG image that you can embed in your extension. Version 1.6 of the Dashboard Extensions library adds the [`tableau.extensions.createVizImageAsync`]({{site.baseurl}}/docs/interfaces/extensions.html#createvizimageasync){:target="_blank"} method, which takes a JavaScript object describing the image as an input.
For more information about using Tableau Viz, see:
- [Add Tableau Viz to Your Dashboard Extensions]({{site.baseurl}}/docs/trex_tableau_viz.html) - [Tableau Viz Reference]({{site.baseurl}}/docs/trex_tableau_viz_ref.html) +New Dashboard Extension API methods in this release: + +* Added the `getAllDataSourcesAsync()` method to get the data sources for a workbook. +* Added the `createVizImageAsync()` method to support Tableau Viz. + ---- ### Tableau Dashboard Extensions API version 1.5