Skip to content

Commit 31f63d2

Browse files
authored
Merge pull request #408 from tableau/d45-v1.6-relnotes-patch
Update trex_release-notes.md
2 parents 0297728 + d105afd commit 31f63d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/trex_release-notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ About this release:
2727

2828
![Tableau Viz SVG image]({{site.baseurl }}/assets/vizapi_demo3.svg)
2929

30-
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.<br/>
30+
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.<br/>
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)
3434

35+
New Dashboard Extension API methods in this release:
36+
37+
* Added the `getAllDataSourcesAsync()` method to get the data sources for a workbook.
38+
* Added the `createVizImageAsync()` method to support Tableau Viz.
39+
3540
----
3641

3742
### Tableau Dashboard Extensions API version 1.5

0 commit comments

Comments
 (0)