Visage

Custom visualisations for Looker

A living suite of custom visualisations for Looker. Some draw what the built-in options cannot; others are everyday charts, included so a dashboard can draw on one consistent set rather than mixing sources. Each is a single JavaScript file with nothing to bundle and nothing to load, and every chart here is live: the file in this repo is rendered on this page by the same calls Looker makes, with its controls read out of the file rather than written down. Search by name, by the data it needs, or by what you are trying to show.

Register one

Looker admin, Platform, Visualizations, Add. Use the chart's id, any label you like, and this URL:

https://cdn.jsdelivr.net/gh/alexander-caldwell/visage@1/<id>.js

Why @1

@1 tracks the newest 1.x release, so a fix reaches your instance without anyone editing the registration. Pin an exact tag when the file must never change under you.

Hosting in full

How they are built

Written against captured Looker data, rendered headlessly, screenshotted, and put through a suite of checks, each one a failure that happened in a real instance.

The approach, and what was rejected