Skip to content

gguillotte-grafana/grafana-treemap-panel

 
 

Repository files navigation

Treemap for Grafana

Build Release Marketplace Downloads License Twitter

Maintenance: As I'm no longer working at Grafana Labs, nor am I using Grafana where I'm at now, I'm no longer able to actively maintain this plugin.

Update 1: I'm exploring ways to keep the project going. Check back here to stay updated!

Update 2: I'm happy to say that the Grafana team has decided to take over as maintainers of this plugin! 🎉

A panel plugin for Grafana to visualize treemaps.

Screenshot

Maintenance

I maintain several plugins for Grafana. While my employer allows me to spend some time on developing plugins, most of the work happens on evenings and weekends. At the moment, I'm prioritizing fixing bugs and reviewing PRs over introducing new features.

If you'd still like to propose a new feature, create a new Discussion. While I likely won't be able to work on features myself, I'd be happy to accept pull requests. If you'd like to contribute a feature, please let me know before you start working on it.

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.

About

A panel plugin for Grafana to visualize treemaps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 2.4%