-
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Alexander Velikiy edited this page Apr 13, 2021
·
28 revisions
For more information, visit the docs on plugin installation .
See the Demo
Suppose you have dataset in table format:

To debug responses from datasources, you can use Grafana Table
Creating a new Progress List Panel with query like this

Default options example:

You could customize Progress List by using options:
-
Key column- selecting the key column. Values from the selected column will be used to provide titles for progress-bars. -
Skip columns- removing columns from progress-bars.

Example:

- all series - tooltip will show current values of all series and highlight a serie that is under cursor
- single - tooltip will show only value of a series under cursor.


-
Sorting- sort progress bars in ascending or descending order -
Limit- limit the number of displayed progress bars to prevent panel freezing (50 by default)

-
Type-absoluteorpercentagevalues formats. Shows how many percent the value is from maximum inpercentagetype. -
Prefix- symbols before value label -
Postfix- symbols after value label -
Size- Value label font-size in pixels (14px by default) -
Decimals- to set decimal precision -
Null Value- overridenullvalues in data


-
Title Type-Separate title lineorinlineformats to display bar and labels (Separateby default) -
Size- Label font-size in pixels (14px by default) -
Alias- a way to rewrite label. Use$__keyvariable to access the original title. You can use HTML here.


-
Opacity- set bars opacity (0.5 by default) -
Type=palletto set bars color by build-in Grafana pallet -
Type=thresholdsto define two threshold values. <25 = Red, 25:60 = Orange, >60 = Green

-
Type=key mappingto determine how each key should look like
