Custom visualization packages for Metabase.
Each visualization lives in its own directory and builds its own uploadable
.tgz package.
Displays part-to-whole data as nested rectangles. Use it for rows with a label, a positive numeric value, and an optional group.
| Item | Value |
|---|---|
| Source | treemap/ |
| README | treemap/README.md |
| Package | treemap/metabase-treemap-0.0.1.tgz |
| Example data | Large-cap stock market companies grouped by sector |
| Screenshot | Uses Billions value units and the Balanced size scale |
| Color scheme | Follows Metabase Light/Dark mode |
- Open the visualization directory.
- Read its README.
- Upload the
.tgzpackage listed for that visualization in Metabase Admin settings under Custom visualizations. - Create or open a Metabase question with the required data shape.
- Select the custom visualization and configure its fields.
Run commands from the visualization directory:
npm install
npm run type-check
npm run buildAfter rebuilding, confirm the package contents:
tar -tzf metabase-treemap-0.0.1.tgzExpected package shape:
metabase-plugin.json
dist/index.js
dist/assets/...
