Plugins 〉ESNET Matrix Panel


Developer

Esnet

Sign up to receive occasional product news and updates:



Panel
community

ESNET Matrix Panel

  • Overview
  • Installation
  • Change log
  • Related content

Matrix Panel Plugin

This plugin creates a 2D matrix showing the relationship between 2 selected fields (source and target). Note: This is NOT inteded to use with time series data or large data sets. It also will not render if there are >200 rows or columns

Options

Display

Show Legend: Adds legend to bottom of panel. Legend Type: There are two types. Categorical will produce a legend with distinct colors for each unique detected value. Range will generate a bar with the detected range of colors & values. Source Field: The field you want to use on the vertical axis. Target Field: The field you want to use on the horizontal axis. Value Field: The metric you want to use to color the boxes. Source/Target/Value Text: The text to appear in the tool tip.

Cell Size: The size of each square. This number sets the width of the square in pixels. Cell Padding: The relative padding between each square. Text Length: The max number of characters to include before truncating the label. Using a smaller number here can help prevent Text Size: The size of the text labels

Null Color: The color to use for a square when "null" is returned by the query No Data Color: The color to use for a square when there is no value returned by the query for the specified source and target pair.

Colors

The color of each square will be determined by the selected metric and the color choice in the Standard Options.

Installing ESNET Matrix Panel on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

1.0.5

Fixed repo link Fixed bug with null color values

1.0.6

Allow for up to 200 UNIQUE rows and columns Print "No Data" instead of throwing error if dataframe is empty

1.0.9

update grafana tooling to webpack

1.2.0

  • Fixed tooltip to work with Grafana 12
  • Fixed tooltip on link click bug
  • Added legend feature. 2 options categorical or range