Skip to main content

SPC Histogram

SPC Histogram panel enables you to create statistical process control (SPC) histograms, including Xbar-R, XbarS, and XmR charts as well as fit bell curver over the histogram.

Main

Features

Requirements

  • Grafana version 11.0.2 or higher is required

Getting Started

You can install the SPC Histogram panel plugin in following ways:

  • in your grafana instance, go to Home -> Administration -> Plugins and data -> Plugins and search for SPC histogram
  • get it from the Grafana Plugins catalog
  • use the Grafana command line tool, run:
grafana cli plugins install kensobi-spchistogram-panel

Building the plugin

Clone the repository then:

  1. Install dependencies

    yarn install
  2. Build plugin in development mode and run in watch mode

    yarn run dev
  3. Build plugin in production mode

    yarn run build
  4. Run local Grafana with compiled plugin

    docker compose up -d

Getting Help

If you have any questions or feedback, you can:

Help us improve. Your feedback is always welcome!

License

This software is distributed under the AGPL-3.0-only.