Socket
Socket
Sign inDemoInstall

gitbook-plugin-tableau

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitbook-plugin-tableau

A Gitbook plugin for embedding public Tableau visualizations using the Tableau Javascript API


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Embedded Tableau Views

A Gitbook plugin for embedding Tableau visualizations using the Tableau Javascript API.

Install

Modify your book.json by adding tableau to plugins

{
    "plugins": ["tableau"]
}

Usage

{% tableau "https://public.tableau.com/views/Visual/Principles" %}
  {"hideTabs":true,
   "hideToolbar":true,
   "width": "100%",
   "height": "100%",
   "onFirstInteractive": "function(){console.log('Run this code when the viz has finished loading.');}"}  
{% endtableau %}
Default Options

See the full list of available options

{"hideTabs":true,
 "hideToolbar":true,
 "width": "100%",
 "height": "100%"}
Caveats
  • Make sure the body of the block is valid JSON
TODO
  • Make the defaults configurable
  • Allow passing an account token to the Tableau api

Keywords

FAQs

Last updated on 07 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc