Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e22b8da

Browse files
author
Samir Sharan
committedSep 24, 2020
Reverting change
1 parent c97cc58 commit e22b8da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎grafonnet/bar_gauge_panel.libsonnet

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @param datasource (optional) Panel datasource.
1010
* @param unit (optional) The unit of the data.
1111
* @param thresholds (optional) An array of threashold values.
12-
* @param decimals (optional) Number of decimal places to show.
1312
*
1413
* @method addTarget(target) Adds a target object.
1514
* @method addTargets(targets) Adds an array of targets.
@@ -20,7 +19,6 @@
2019
datasource=null,
2120
unit=null,
2221
thresholds=[],
23-
decimals=null,
2422
):: {
2523
type: 'bargauge',
2624
title: title,
@@ -30,7 +28,6 @@
3028
],
3129
fieldConfig: {
3230
defaults: {
33-
[if decimals != null then 'decimals']: decimals,
3431
unit: unit,
3532
thresholds: {
3633
mode: 'absolute',

0 commit comments

Comments
 (0)
This repository has been archived.