Skip to content

Commit

Permalink
Merge pull request #409 from tableau/dev
Browse files Browse the repository at this point in the history
Update release notes for v1.6
  • Loading branch information
d45 authored Sep 10, 2021
2 parents aa5b3b0 + 31f63d2 commit ea1e613
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/trex_release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
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/>
For more information about using Tableau Viz, see: <br/>
- [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
Expand Down

0 comments on commit ea1e613

Please sign in to comment.