adding docs for goal and gauge#13140
Conversation
thomasneirynck
left a comment
There was a problem hiding this comment.
lgtm
minor suggestions to improve language
docs/visualize/goal.asciidoc
Outdated
| [[goal-chart]] | ||
| == Goal and Gauge | ||
|
|
||
| A goal visualization displays how your metric progresses toward a fixed goal. Gauge visualization displays in which |
There was a problem hiding this comment.
A gauge visualization displays in which predefined range your metric falls
docs/visualize/goal.asciidoc
Outdated
|
|
||
| include::y-axis-aggs.asciidoc[] | ||
|
|
||
| You can click the *Advanced* link to display more customization options: |
There was a problem hiding this comment.
Open the *Advanced* link for more customization options.
docs/visualize/goal.asciidoc
Outdated
|
|
||
| Click the *Options* tab to change the following options: | ||
|
|
||
| - *Gauge Type* you can select between arc, circle and metric display type. |
There was a problem hiding this comment.
select between arc, circle and metric display type.
docs/visualize/goal.asciidoc
Outdated
| - *Gauge Type* you can select between arc, circle and metric display type. | ||
| - *Percentage Mode* will show all values as percentages | ||
| - *Vertical Split* will put the gauges one under another instead of one next to another | ||
| - *Show Labels* selects if you want to show the labels or not |
There was a problem hiding this comment.
selects whether you want to show or hide labels
| - *Vertical Split* will put the gauges one under another instead of one next to another | ||
| - *Show Labels* selects if you want to show the labels or not | ||
| - *Sub Text* text for the label that appears below the value | ||
| - *Auto Extend Range* automatically grows the gauge if value is over its extents. |
There was a problem hiding this comment.
... if the value exceeds the configured range.
docs/visualize/goal.asciidoc
Outdated
| - *Sub Text* text for the label that appears below the value | ||
| - *Auto Extend Range* automatically grows the gauge if value is over its extents. | ||
| - *Ranges* you can add custom ranges. Each range will get assigned a color. If value falls within that range it will get | ||
| assigned that color. Chart with single range is called goal chart. Chart with multiple ranges is called gauge chart. |
There was a problem hiding this comment.
`A chart with a single range is called a goal chart. A chart with multiple ranges is called a gauge chart.
docs/visualize/goal.asciidoc
Outdated
| - *Color Options* define how to color your ranges (which color schema to use). Color options are only visible if more than | ||
| one range is defined. | ||
| - *Style - Show Scale* shows or hides the scale | ||
| - *Style - Color Labels* should the labels get the color of the current values range |
There was a problem hiding this comment.
whether the labels should have the same color as the range where the value falls in
* adding docs for goal and gauge
* adding docs for goal and gauge
* adding docs for goal and gauge
* adding docs for goal and gauge
closes #12991