nolenfelten / visualization-api-examples

Examples of how to create custom JavaScript visualizations in Looker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. πŸ“Š πŸ“‰ πŸ“ˆ


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.

Currently, custom visualizations and their dependencies (like utils.js and d3v4.js) need to be written in ES5 to work with PhantomJS for downloading and scheduling. Code can easily be converted with a tool like Babel. Looker will be migrating to a different rendering engine in the near future which should alleviate this requirement.

About

Examples of how to create custom JavaScript visualizations in Looker.

License:MIT License


Languages

Language:JavaScript 100.0%