-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
386 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
|
||
#------------------------------------------------------------------------------ | ||
# YAML Aliases to simplify maintenance | ||
|
||
test: | ||
testDataExtendedZero: true | ||
|
||
anchorLinks: | ||
- valueMappings: &valuemap1 | ||
- {value: null, text: "panel null"} | ||
- {value: 0, text: "panel off"} | ||
- {valueMax: 300, text: "panel low"} | ||
- {valueMin: 300, valueMax: 600, text: "panel medium"} | ||
- {valueMin: 600, text: "panel high"} | ||
- thresholds: &thresholds | ||
- {color: "green", level: 0} | ||
- {color: "orange", level: 500} | ||
- {color: "red", level: 1000} | ||
|
||
#------------------------------------------------------------------------------ | ||
# Panel Config | ||
|
||
cellIdPreamble: "cell-" | ||
gradientMode: "hue" | ||
cells: | ||
dbtrans1: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "replace" | ||
units: "ops" | ||
valueMappings: *valuemap1 | ||
labelColor: | ||
thresholds: *thresholds | ||
dbtrans2: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "cr" | ||
units: "ops" | ||
fillColor: | ||
thresholds: *thresholds | ||
dbtrans3: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "replace" | ||
units: "ops" | ||
valueMappingsRef: "dbTrans" | ||
labelColor: | ||
thresholds: *thresholds | ||
dbtrans4: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "cr" | ||
units: "ops" | ||
fillColor: | ||
thresholds: *thresholds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
|
||
colors: | ||
red: "#DD0000" | ||
amber: "#CC8C00" | ||
green: "#00AA00" | ||
|
||
valueMappings: | ||
dbTrans: | ||
- {value: null, text: "site null"} | ||
- {value: 0, text: "site off"} | ||
- {valueMax: 300, text: "site low"} | ||
- {valueMin: 300, valueMax: 600, text: "site medium"} | ||
- {valueMin: 600, text: "site high"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
|
||
#------------------------------------------------------------------------------ | ||
# YAML Aliases to simplify maintenance | ||
|
||
test: | ||
testDataExtendedZero: true | ||
testDataSparse: true | ||
|
||
anchorLinks: | ||
- valueMappings: &valuemap1 | ||
- {value: null, text: "panel null"} | ||
- {value: 0, text: "panel off"} | ||
- {valueMax: 300, text: "panel low"} | ||
- {valueMin: 300, valueMax: 600, text: "panel medium"} | ||
- {valueMin: 600, text: "panel high"} | ||
- thresholds: &thresholds | ||
- {color: "green", level: 0} | ||
- {color: "orange", level: 500} | ||
- {color: "red", level: 1000} | ||
|
||
#------------------------------------------------------------------------------ | ||
# Panel Config | ||
|
||
cellIdPreamble: "cell-" | ||
gradientMode: "hue" | ||
cells: | ||
dbtrans1: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "replace" | ||
units: "ops" | ||
valueMappings: *valuemap1 | ||
labelColor: | ||
thresholds: *thresholds | ||
dbtrans2: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "cr" | ||
units: "ops" | ||
fillColor: | ||
thresholds: *thresholds | ||
dbtrans3: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "replace" | ||
units: "ops" | ||
valueMappingsRef: "dbTrans" | ||
labelColor: | ||
thresholds: *thresholds | ||
dbtrans4: | ||
dataRef: "test-data-large-cos" | ||
label: | ||
separator: "cr" | ||
units: "ops" | ||
fillColor: | ||
thresholds: *thresholds |
Oops, something went wrong.