All Projects → looker → Custom_visualizations_v2

looker / Custom_visualizations_v2

Licence: mit

Labels

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 Guide →

Visualization API Reference →

View Examples Library →

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].