Plugins 〉Treemap


Developer
Grafana Labs


Sign up to receive occasional product news and updates:



Panel
community

Treemap

  • Overview
  • Installation
  • Change log
  • Related content

Treemap for Grafana

Build Release Marketplace Downloads License

Maintenance: Now the plugin is being maintained by Grafana Labs. Big thanks to Marcus Olsson for the awesome work!

A panel plugin for Grafana to visualize tree maps.

Screenshot

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.

OptionDescription
Label byField to use for the text label. Defaults to the first textual field. All values must be unique.
Size byField to use for size. Defaults to the first numeric field.
Color byField to use for color. Defaults to the first numeric field.
Group byField to group by.
Additional labelsFields to use as labels in the tooltip.

Display

OptionDescription
Tiling algorithmDetermines where to make each split.

Field options

OptionDescription
SeparatorSet this value to a non-empty string to create a hierarchy as defined by the path defined by the separator.

Installing Treemap on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

2.0.1 (2023-03-31)

Full changelog

  • Fix broken docs and links.
  • Updated dependencies

2.0.0 (2022-01-28)

Full changelog

This release bumps the minimum required Grafana to >=8.0. Grafana 8 introduces a new theming engine for panel plugins.

  • If you're running a Grafana version before 8.0, you should stay with v1.0.0.
  • If you're running Grafana 8.0 or above, you should update to v2.0.0.

1.0.0 (2021-11-19)

Full changelog

Enhancements

  • Upgrade dependencies

0.9.3 (2021-11-04)

Full changelog

Bug fixes

  • Fix tooltip overflow for long labels.

0.9.2 (2021-09-05)

Full changelog

Bug fixes

  • Fix Data Links support for Grafana 8 (#24)

0.9.1 (2021-09-01)

Full changelog

Contains fixes for Grafana 8.

0.9.0 (2021-05-18)

Full changelog

Important notice: I've had to rewrite large parts of the plugins for this release. While I don't anticipate any issues with upgrading from a previous version, please backup your dashboards before upgrading.

Enhancements

  • Hierarchical grouping of data (#16)

0.8.0 (2021-02-16)

Full changelog

Enhancements

  • Add option to color by separate field
  • Make dimensions clearable
  • Add fallback panel for unsupported Grafana versions
  • Add wizard for configuring the query

0.7.0 (2020-12-10)

Full changelog

Enhancements

  • Support for data links: Add data links in the field options tab. Click an individual tile to reveal the links.
  • Support for multiple queries: Results gets grouped by each query.
  • Custom labels in tooltip: Add additional metadata in the tooltip.
  • New Group by dimension: Replaces the Color dimension. You can now group data separately from the color selection.
  • Add Min and Max standard option to enable control of the extents of the color scheme.

0.6.1 (2020-11-27)

Full changelog

Enhancements

  • Updated @grafana dependencies from ^7.0.0 to ^7.3.0
  • Improved release process using the new GitHub workflows for Grafana plugins