Example of a custom visualisation that can unpin the Y-axis from zero and be dynamically scaled. This chart is built using Highcharts library, check out their API to add any custom configuration.
- Area, Bar, Column, and Line charts
- X/Y Axis labels, legend, point style
- Zooming, Tooltip hover, and drilling
-
Fork this repository
-
Turn on GitHub Pages
-
Follow directions on Looker's documentation to add a new custom visualisation manifest:
- In the 'Main' field, the URI of the visualization will be
https://DOMAIN_NAME/dynamic_y_axis_vis/dynamic_y_highchart.js
. For example: https://davidtamaki.github.io/dynamic_y_axis_vis/dynamic_y_highchart.js - The only required dependencies is Highcharts
- In the 'Main' field, the URI of the visualization will be