1.5.2 • Published 8 years ago

cellstore-tableau v1.5.2

Weekly downloads
47
License
-
Repository
github
Last release
8 years ago

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.
1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago