Skip to main content

SPC Chart

Welcome to the KensoBI SPC Chart panel for Grafana. This plugin enables you to easily create statistical process control (SPC) charts, including Xbar-R, XbarS, and XmR charts. It automatically calculates and displays control limits, with options to add your own custom limits. Additionally, you can group your samples into subgroups and aggregate them using methods such as moving range, range, mean, or standard deviation.

Main

Features

  • Xbar-R, XbarS, and XmR Charts: Create various types of SPC charts with a single click.

  • Automatic Control Limits: LCL (Lower Control Limit), UCL (Upper Control Limit), and mean are automatically calculated and displayed.

  • Custom Limits: Add your own limits for more tailored analysis.

  • Subgrouping: Group your samples into subgroups for analysis.

  • Aggregation: Aggregate your data by moving range, range, mean, or standard deviation.

Requirements

  • Grafana version 11.0.2 or higher is required

Getting Started

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

  • in your grafana instance, go to Home -> Administration -> Plugins and data -> Plugins and search for SPC Chart
  • get it from the Grafana Plugins catalog
  • use the Grafana command line tool, run:
grafana-cli plugins install kensobi-spc-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.