Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Note: This project is using a older version of the Tableau Embedding API (v2.0.0, whereas v3.4.X is currently available)

To use a more up-to-date api version you can either:
* Manually download, copy, and export a version of the tableau API (as this repo's "tableau-api" dependency does). Eg from `https://public.tableau.com/javascripts/api/tableau.embedding.3.latest.js` as per the [Tableau docs](https://help.tableau.com/current/api/embedding_api/en-us/docs/embedding_api_get.html).
* Use an up-to-date project (such as the [TableauEmbed](https://github.com/stoddabr/react-tableau-embed-live) react component)

# Tableau API

This is a version of the
Expand Down