Plugins 〉Pareto Chart


Developer

Isa Ozler

Sign up to receive occasional product news and updates:



Panel
community

Pareto Chart

  • Overview
  • Installation
  • Related content

Grafana Pareto Panel Plugin

Edit Panel

This plugin provides you the ability to draw a Pareto chart with RDB and TimeSeries databases.

Features

  • Setting a custom background color to the tooltip overlay
  • Configurable vital few and trivial many lines
  • Pan and zoom for detailed info without changing date range
  • Set decimals count on displayed values
  • Specify bar spacing
  • Quickly copy bar data to clipboard simply by clicking on the bar
  • Option to show/hide bar values on default
  • Style graphs to need

TimeSeries (InfluxDB) dashboard impression

Dashboard impression

MySQL Example

Provide the defects which could be "categories" (type string) for example and a frequency value cummulatives/counts (type number).

| Defects | Counts | | :-: | :-: | | Error 1 | 10 | | Error 2 | 4 | | Error 3 | 1 | | ... | ... |

Example Query

SELECT _label_, _count_, ...
FROM _table_

Installing Pareto Chart on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Panel

Use the grafana-cli tool to install Pareto Chart from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Add the Panel to a Dashboard

Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.

To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.