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's Visualization API provides a simple JavaScript interface to creating powerful, customizable visualizations that seamlessly integrate into your data applications. 📊 📉 📈
- Ensure you have Yarn installed.
- Run
yarn
- 💥 start creating!
yarn build
- Compiles the code in/src
to/dist
via webpackyarn lint
- Runs TSLint across the codebase.yarn lint-fix
- Runs TSLint and attempts to fix any linter errors automatically.