Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 771 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 771 Bytes

Custom Table Visualization

Installation:

Prerequisites:

Clone this repo and install with:

  • yarn install

Build the project:

  • yarn build

From Looker, add a visualization parameter to your project's manifest.lkml file:

visualization: {
  id: "table_vis"
  label: "Custom Table"
  file: "custom_table.js"
}

Copy the file generated during the build, dist/custom_table.js, to the Looker project.

Looker custom visualization ref: