looker / custom_visualizations_v2

MIT License
93 stars 157 forks source link

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. :bar_chart: :chart_with_downwards_trend: :chart_with_upwards_trend:

Getting Started Guide →

Visualization API Reference →

View Examples Library →

Getting Started

  1. Ensure you have Yarn installed.
  2. Run yarn
  3. :boom: start creating!

Commands