https://github.com/grafana/grafana-treemap-panel
A panel plugin for Grafana to visualize treemaps.
https://github.com/grafana/grafana-treemap-panel
grafana grafana-plugin treemap
Last synced: 5 months ago
JSON representation
A panel plugin for Grafana to visualize treemaps.
- Host: GitHub
- URL: https://github.com/grafana/grafana-treemap-panel
- Owner: grafana
- License: apache-2.0
- Created: 2020-06-16T12:12:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:18:15.000Z (about 1 year ago)
- Last Synced: 2025-01-29T11:51:19.614Z (5 months ago)
- Topics: grafana, grafana-plugin, treemap
- Language: TypeScript
- Homepage:
- Size: 3.22 MB
- Stars: 41
- Watchers: 10
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Treemap for Grafana
[](https://github.com/grafana/grafana-treemap-panel/actions?query=workflow%3A%22CI%22)
[](https://github.com/grafana/grafana-treemap-panel/actions?query=workflow%3ARelease)
[](https://grafana.com/grafana/plugins/marcusolsson-treemap-panel)
[](https://grafana.com/grafana/plugins/marcusolsson-treemap-panel)
[](LICENSE)> **Maintenance**: Now the plugin is being maintained by Grafana Labs. Big thanks to [Marcus Olsson](https://twitter.com/marcusolsson) for the awesome work!
A panel plugin for [Grafana](https://grafana.com) to visualize tree maps.

## Configuration
This section lists the available configuration options for the Treemap panel.
### Panel options
#### Dimensions
The dimension options determines what fields to use for each dimension of the visualization.
| Option | Description |
|---------------------|--------------------------------------------------------------------------------------------------|
| _Label by_ | Field to use for the text label. Defaults to the first textual field. All values must be unique. |
| _Size by_ | Field to use for size. Defaults to the first numeric field. |
| _Color by_ | Field to use for color. Defaults to the first numeric field. |
| _Group by_ | Field to group by. |
| _Additional labels_ | Fields to use as labels in the tooltip. |#### Display
| Option | Description |
|--------------------|--------------------------------------|
| _Tiling algorithm_ | Determines where to make each split. |### Field options
| Option | Description |
|-------------|-------------------------------------------------------------------------------------------------------------|
| _Separator_ | Set this value to a non-empty string to create a hierarchy as defined by the path defined by the separator. |