Looker Visualization API Examples
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
- Ensure you have Yarn installed.
- Run
yarn
- 💥 start creating!
Commands
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.
Contributing
Please note that Looker does NOT accept any Pull Requests for our custom visualizations. If you have a suggested bug fix or addition, please email blocks@looker.com.
A Note on Support
Visualizations provided as examples here are a community supported effort.
Looker's support team does not troubleshoot issues relating to these example visualizations or your custom visualization code.
Please use issues for tracking and closing out bugs, and visit Looker Discourse for how-to articles, conversations, and tips regarding custom visualizations.