Skip to content

Commit

Permalink
version v5.0.0 (value / bg overrides , bug fixes #43 #44 #45 )
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 18, 2018
1 parent bc61712 commit 4cc753f
Show file tree
Hide file tree
Showing 13 changed files with 462 additions and 161 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@ Example of matching patterns:
value : 85 output : orange
value : 65 output : red

Background color overrides
--------------------------

Background colors can be overriden for specific values by using the pattern option `Enable BG Color overrides for specific value?`. Override values should be specified in the `BG Color Overrides` in the following format. If multiple matches found, first one will win.

0->Red
13->Red|8->Green

Value and colors are seperated by `->`. Multiple combination of values can be given seperated by `|`.

If background colors based on thresholds also specified along with this, this will be override the threshold based pattern.

Value transformation based on thresholds
----------------------------------------
Expand Down Expand Up @@ -226,6 +237,19 @@ Sample value transformation: (Assume your metrics results, 95 and it is percenta
HOT (_value_ > threshold of 80%) --> HOT (95% > threshold of 80%)
Contact helpdesk --> Contact helpdesk


Transform value overrides
--------------------------

Transform values can be overriden for specific values by using the pattern option `Enable value transform overrides?`. Override values should be specified in the `Value transform Overrides` in the following format. If multiple matches found, first one will win.

13->Evil
12->good|37.50->_fa-circle_|99->Oh no...

Value and transform values are seperated by `->`. Multiple combination of values can be given seperated by `|`.

If transform values based on thresholds also specified along with this, this will be override the threshold based pattern.

Table Cell links
----------------

Expand Down Expand Up @@ -309,6 +333,12 @@ Same as other time series data sources. You need to properly format your legend

# ChangeLog

**Version 0.5.x**

* BG Color & Transform value overrides
* Bug fixes


**Version 0.4.x**

* Time based thresholds
Expand Down
30 changes: 30 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@ Example of matching patterns:
value : 85 output : orange
value : 65 output : red

Background color overrides
--------------------------

Background colors can be overriden for specific values by using the pattern option `Enable BG Color overrides for specific value?`. Override values should be specified in the `BG Color Overrides` in the following format. If multiple matches found, first one will win.

0->Red
13->Red|8->Green

Value and colors are seperated by `->`. Multiple combination of values can be given seperated by `|`.

If background colors based on thresholds also specified along with this, this will be override the threshold based pattern.

Value transformation based on thresholds
----------------------------------------
Expand Down Expand Up @@ -226,6 +237,19 @@ Sample value transformation: (Assume your metrics results, 95 and it is percenta
HOT (_value_ > threshold of 80%) --> HOT (95% > threshold of 80%)
Contact helpdesk --> Contact helpdesk


Transform value overrides
--------------------------

Transform values can be overriden for specific values by using the pattern option `Enable value transform overrides?`. Override values should be specified in the `Value transform Overrides` in the following format. If multiple matches found, first one will win.

13->Evil
12->good|37.50->_fa-circle_|99->Oh no...

Value and transform values are seperated by `->`. Multiple combination of values can be given seperated by `|`.

If transform values based on thresholds also specified along with this, this will be override the threshold based pattern.

Table Cell links
----------------

Expand Down Expand Up @@ -309,6 +333,12 @@ Same as other time series data sources. You need to properly format your legend

# ChangeLog

**Version 0.5.x**

* BG Color & Transform value overrides
* Bug fixes


**Version 0.4.x**

* Time based thresholds
Expand Down
4 changes: 4 additions & 0 deletions dist/app/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 42 additions & 2 deletions dist/module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4cc753f

Please sign in to comment.