Plugins 〉Range Slider Panel


Developer

Anyline

Resources


Sign up to receive occasional product news and updates:



Panel
community

Range Slider Panel

  • Overview
  • Installation
  • Change log
  • Related content

Range Slider Panel Plugin for Grafana

Screenshot 2024-01-22 at 10 26 40

Description

The Range Slider Panel Plugin is an interactive slider component for Grafana that allows users to dynamically select a range of values to filter dashboard data. It's especially useful for creating more interactive and user-friendly dashboards. This plugin can be adapted to various data sources and supports customizing range formats, making it ideal for use with both SQL and NoSQL databases.

Features

  • Dynamic range selection for filtering dashboard data.
  • Customizable range formats, including the ability to change the delimiter and range syntax (e.g., brackets).
  • Easy-to-use slider interface with configurable default minimum and maximum values.
  • Compatibility with various data sources, including Elasticsearch, SQL, and NoSQL databases.

Installation

To install the Range Slider Panel Plugin, follow these steps:

  1. Download the zip file of the plugin.
  2. Unzip the file into your Grafana's plugin directory (default is /var/lib/grafana/plugins).
  3. Restart the Grafana server.
  4. Go to Grafana Dashboard, and you should now be able to add the Range Slider Panel to your dashboards.

Usage

After installation, you can add the Range Slider Panel to any dashboard:

  1. Edit your dashboard.

  2. Add a new panel and select the Range Slider Panel from the visualization options.

  3. In the panel settings, configure the following options:

    • Variable Name: Select the textbox type variable that will be controlled by the slider.
    • Variable Label: Variable label that is shown on the panel
    • Minimum Threshold: Lower threshold for the variable
    • Maximum Threshold: Upper threshold for the variable
    • Range Prefix: Define a prefix for the range (e.g., '[').
    • Range Suffix: Define a suffix for the range (e.g., ']').
    • Range Delimiter: Specify a delimiter for the range (e.g., 'TO').
  4. Use the slider to select the range and filter your dashboard data accordingly.

License

This plugin is released under the Apache 2.0 License.

Author

Anyline GmbH

Installing Range Slider Panel on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

All notable changes to the "Range Slider Panel" plugin will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.7] - 2024-09-26

  • Use debounce to retrieve selected textbox variable's value

[1.2.6] - 2024-09-08

  • Update docker-compose to docker compose to fix Github CI

[1.2.5] - 2024-09-08

  • Update license to include text Copyright 2023 Anyline GmbH

[1.2.4] - 2024-09-08

  • Use custom range slider

[1.2.3] - 2024-07-17

  • Update error messages

[1.2.2] - 2024-07-16

  • Handle negative values for minimum and maximum thresholds

[1.2.1] - 2024-07-16

  • Fix panel crashing when max value is less than min value
  • Add test case to find min and max values

[1.1.12] - 2024-04-29

  • Fix panel crashing when selected variable value is undefined
  • Fix plugin chosing "TO" as default delimiter, when delimiter field is empty

[1.1.11] - 2024-02-12

  • Add sign plugin step in github workflow

[1.1.1] - 2024-01-23

  • Fix min and max threshold not being displayed
  • Add screenshot to plugin.json

[1.1.0] - 2024-01-23

  • Allow only variables of type textbox to be selected
  • Remove default min and max values and use the values from the current variable value
  • Fix the bug where setting min and max values above the threshold crashed the panel
  • Add delimiterSpace variable to allow adding/removing space before and after the delimeter

[1.0.1] - 2024-01-18

  • Add default prefix, delimiter and suffix if it is not defined
  • Allow select of variable from options

[1.0.0] - 2024-01-08

  • Initial release of the Range Slider Panel plugin.
  • Dynamic range slider for selecting value ranges.
  • Customizable range delimiter, prefix, and suffix for different query languages.
  • Options for setting default minimum and maximum values of the slider.