Skip to content

Peek inside Looker's visualization objects 👀

License

Notifications You must be signed in to change notification settings

noahamac/viz-inspector

Repository files navigation

Viz Inspector

Custom viz development helper viz

Quick Install to Looker Instance

  1. Navigate to Marketplace > Manage > Details (3 vertical dots in upper right)
  2. Click "Install via Git URL"

Git Repository URL

git://github.com/noahamac/viz-inspector.git

Git Commit SHA

main

What if I find an error? Suggestions for improvements?

Great! Marketplace content -- including visualizations -- were designed for continuous improvement through the help of the entire Looker community and we'd love your input. To report an error or improvement recommendation, please reach out to Looker support via email to support@looker.com or via chat to submit a request. Please be as detailed as possible in your explanation and we'll address it as quick as we can.

Interested in extending the visualization for your own use case?

Quickstart Dev Instructions

  1. Install Dependecies.

    Using yarn, install all dependencies

    yarn
    
  2. Make changes to the source code

  3. Compile your code

    You need to compile your react code, let's run:

    yarn build
    

    Recommended: Webpack can detect changes and build automatically

    yarn watch
    

    Your compiled code can be found in this repo.

dist.js: This visualization's minified distribution file.

LICENSE: Looker's Marketplace content License file.

manifest.lkml: Looker's external dependencies configuration file. The visualization object is defined here.

marketplace.json: A JSON file containing information the marketplace installer uses to set up this project.

/src: This directory will contain all of the visualization's source code.

/node_modules: The directory where all of the modules of code that your project depends on (npm packages) are automatically installed.

README.md: This! A text file containing useful reference information about this visualization.

yarn.lock: Yarn is a package manager alternative to npm. This file serves essentially the same purpose as package-lock.json, just for a different package management system.

.babelrc: A configuration file for the Babel jsx -> js compiler.

About

Peek inside Looker's visualization objects 👀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published