Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
142c7eb0
Commit
142c7eb0
authored
Aug 02, 2019
by
Torkel Ödegaard
Committed by
Leonard Gram
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gauges: Fixes error when mappings array was undefined (#18353)
parent
bc291f94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
public/app/plugins/panel/gauge/types.ts
+0
-4
public/app/plugins/panel/singlestat2/types.ts
+1
-2
No files found.
public/app/plugins/panel/gauge/types.ts
View file @
142c7eb0
...
@@ -9,10 +9,6 @@ export interface GaugeOptions extends SingleStatBaseOptions {
...
@@ -9,10 +9,6 @@ export interface GaugeOptions extends SingleStatBaseOptions {
export
const
standardGaugeFieldOptions
:
FieldDisplayOptions
=
{
export
const
standardGaugeFieldOptions
:
FieldDisplayOptions
=
{
...
standardFieldDisplayOptions
,
...
standardFieldDisplayOptions
,
defaults
:
{
min
:
0
,
max
:
100
,
},
};
};
export
const
defaults
:
GaugeOptions
=
{
export
const
defaults
:
GaugeOptions
=
{
...
...
public/app/plugins/panel/singlestat2/types.ts
View file @
142c7eb0
...
@@ -13,12 +13,10 @@ export interface SingleStatOptions extends SingleStatBaseOptions {
...
@@ -13,12 +13,10 @@ export interface SingleStatOptions extends SingleStatBaseOptions {
prefixFontSize
?:
string
;
prefixFontSize
?:
string
;
valueFontSize
?:
string
;
valueFontSize
?:
string
;
postfixFontSize
?:
string
;
postfixFontSize
?:
string
;
colorBackground
?:
boolean
;
colorBackground
?:
boolean
;
colorValue
?:
boolean
;
colorValue
?:
boolean
;
colorPrefix
?:
boolean
;
colorPrefix
?:
boolean
;
colorPostfix
?:
boolean
;
colorPostfix
?:
boolean
;
sparkline
:
SparklineOptions
;
sparkline
:
SparklineOptions
;
}
}
...
@@ -32,6 +30,7 @@ export const standardFieldDisplayOptions: FieldDisplayOptions = {
...
@@ -32,6 +30,7 @@ export const standardFieldDisplayOptions: FieldDisplayOptions = {
{
value
:
-
Infinity
,
color
:
'green'
},
{
value
:
-
Infinity
,
color
:
'green'
},
{
value
:
80
,
color
:
'red'
},
// 80%
{
value
:
80
,
color
:
'red'
},
// 80%
],
],
mappings
:
[],
},
},
override
:
{},
override
:
{},
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment