The information in the file reflects the default values of the individual keys that influence the appearance of a Relation Explorer chart. All parameters are optional. The file contains comprehensive comments describing the effects of the entries.
Key |
Description |
---|---|
DEFAULT_NODE_MODE |
Node representation mode. Valid values: |
DEFAULT_NODE_SIZE |
Default diameter of circle (only in SIMPLE_NODE mode) for measure-independent representation (DEFAULT_SELFEDGE_MODE=false) |
DEFAULT_EDGE_THICKNESS |
Connection weight representation mode depending on: |
DEFAULT_EDGE_VALUE_MODE |
Connection value representation mode depending on: |
DEFAULT_EDGE_THICKNESS |
Connection weight for uniform representation (only in NONE_MODE mode) |
DEFAULT_EDGE_COLOR |
Connection color in RGB format |
DEFAULT_NODE_COLOR |
Node color in RGB format |
DEFAULT_BACKGROUND_COLOR |
Background color in RGB format |
DEFAULT_SELFEDGE_MODE |
Visualization of a node's internal communication (depending on the respective measure value) using the diameter of a circle (only in SIMPLE_NODE mode). Valid values: |
DEFAULT_EDGE_PIXEL_RANGE |
Value range (floating point number) for connection weight in pixels (min, max) for dependent representation (all modes except NONE_MODE), for example, DEFAULT_EDGE_PIXEL_RANGE=1,3.5 |
DEFAULT_NODE_PIXEL_RANGE |
Value range for diameter of circle in pixels (min, max) for representation depending on measure value (DEFAULT_SELFEDGE_MODE=true) |
UNDER_WARNING_EDGE_COLOR |
Connection color in RGB format for measure values that are better than the warning value specified (= planned value 1 for measure). |
WARNING_EDGE_COLOR |
Connection color in RGB format for measure values between the warning value (= planned value 1) and the alarm value (= planned value 2). |
ALARM_EDGE_COLOR |
Connection color in RGB format for measure values that are poorer than the alarm value (= planned value 2). |
Colors in RGB format
The color values are specified as brightness steps of the three basic colors red, green, and blue (color triple). They are specified by three integers between 0 and 255 (256 steps). The first value gives the graduation of the red component, the second the graduation of the green component, and the third the graduation of the blue component. 0 is the lowest brightness step and 255 is the highest for a basic color value. Gray tones result from equal graduation, for example, 240,240,240.
Examples
Color |
RGB format |
---|---|
Black |
0,0,0 |
Dark gray |
64,64,64 |
Deep red |
255,0,0 |
Deep green |
0,255,0 |
Deep blue |
0,0,255 |
Brown |
165,44,42 |
Gold |
255,215,0 |
Light gray |
240,240,240 |
White |
255,255,255 |