Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

looker/custom_visualizations_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f404607 Β· Feb 18, 2022
Jan 6, 2021
Feb 2, 2021
Jan 6, 2021
Mar 5, 2019
Mar 5, 2019
May 25, 2018
Apr 6, 2018
Feb 18, 2022
Sep 8, 2020
May 19, 2018
May 4, 2018
Nov 19, 2019
Jan 6, 2021

Repository files navigation

THIS REPOSITORY HAS MOVED, PLEASE FIND THE NEW REPOSITORY HERE


A Note on Support

The visualizations provided in this repository are intended to serve as examples. Looker's support team does not troubleshoot issues relating to these example visualizations or your custom visualization code. Supported visualizations are downloadable through the Looker Marketplace.


Looker Visualization API Examples Build Status

Looker's Visualization API provides a simple JavaScript interface to creating powerful, customizable visualizations that seamlessly integrate into your data applications. πŸ“Š πŸ“‰ πŸ“ˆ

Getting Started

  1. Ensure you have Yarn installed.
  2. Run yarn
  3. πŸ’₯ start creating!

Commands

  • yarn build - Compiles the code in /src to /dist via webpack
  • yarn lint - Runs TSLint across the codebase.
  • yarn lint-fix - Runs TSLint and attempts to fix any linter errors automatically.