Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cellstore-tableau

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellstore-tableau

Tableau web data connector integration for the cellstore

  • 1.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

cellstore-tableau

Tableau web data connector integration for the cellstore.

npm version CircleCI

The tableau module can be used in different ways.

Init function

A utility function is created as a tableauInit variable. It takes two arguments

  • factTableAccessor an object representing a fact table or a promise returning such an object.
  • autosubmit to define if the tableau data should be submitted on init or if it will be submitted manually later. Default is true.

Utility functions

When used as a commonjs module, the following functions are also exposed:

  • isTableau a function that returns true if the user agent of the browser corresponds to tableau.
  • factTableToTableau a function to convert a fact table to the tableau format.
  • init the initialisation function.

Example of usage:


tableau.connectionData = window.location.search;
tableau.connectionName = "my connection";
var tableauData = {...};
initTableau(tableauData); // globaly defined in the module.

FAQs

Package last updated on 31 Oct 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc