mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
Merge pull request #29 from flant/add_display_options
Display options description in README
This commit is contained in:
@@ -94,7 +94,7 @@ Then, color mapping for status' values should be defined in __Discrete__ color m
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Use can use presets to define a trafic light colors or 8 colors from solarized palette:
|
Use can use presets to define a trafic light colors or 8 colors from [solarized](https://ethanschoonover.com/solarized/) palette:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -106,6 +106,8 @@ _Note: __Spectrum__ and __Opacity__ color modes function the same way they do in
|
|||||||
|
|
||||||
### More options
|
### More options
|
||||||
|
|
||||||
|
#### Bucket
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Multiple values__ checkbox specifies how they should be displayed:
|
__Multiple values__ checkbox specifies how they should be displayed:
|
||||||
@@ -125,6 +127,15 @@ __Rounding__ may be used to round edges.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
#### Display
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
__Show legend__ checkbox toggles legend at the bottom of the panel.
|
||||||
|
|
||||||
|
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
||||||
|
|
||||||
|
__Y axis sort__ can be used to sort labels on Y axis. Metrics — sort y labels as they are defined on Metrics tab. a→z and z→a sort labels descending or ascending in a [natural](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare) order.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|||||||
Vendored
+12
-1
@@ -94,7 +94,7 @@ Then, color mapping for status' values should be defined in __Discrete__ color m
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Use can use presets to define a trafic light colors or 8 colors from solarized palette:
|
Use can use presets to define a trafic light colors or 8 colors from [solarized](https://ethanschoonover.com/solarized/) palette:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -106,6 +106,8 @@ _Note: __Spectrum__ and __Opacity__ color modes function the same way they do in
|
|||||||
|
|
||||||
### More options
|
### More options
|
||||||
|
|
||||||
|
#### Bucket
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
__Multiple values__ checkbox specifies how they should be displayed:
|
__Multiple values__ checkbox specifies how they should be displayed:
|
||||||
@@ -125,6 +127,15 @@ __Rounding__ may be used to round edges.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
#### Display
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
__Show legend__ checkbox toggles legend at the bottom of the panel.
|
||||||
|
|
||||||
|
__Show tooltip__ toggles tooltip display on mouse over buckets.
|
||||||
|
|
||||||
|
__Y axis sort__ can be used to sort labels on Y axis. Metrics — sort y labels as they are defined on Metrics tab. a→z and z→a sort labels descending or ascending in a [natural](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare) order.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user