Skip to content

Commit 3a66db5

Browse files
committed
Improve gauge help text property descriptions.
1 parent 18345e5 commit 3a66db5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nodes/widgets/locales/en-US/ui_gauge.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<script type="text/html" data-help-name="ui-gauge">
33
<h3>Properties</h3>
44
<dl class="message-properties">
5-
<dt>Type <span class="property-type">half | 3/4</span></dt>
6-
<dd>Defines the shape of the gauge, <i>"Tile"</i>, <i>"Battery"</i>, <i>"Water Tank"</i>, <i>"Half Gauge"</i> or <i>"3/4 Gauge"</i>.</dd>
5+
<dt>Type <span class="property-type">see detail</span></dt>
6+
<dd>Defines the type and shape of the gauge, <i>"Tile"</i>, <i>"Battery"</i>, <i>"Water Tank"</i>, <i>"Half Gauge"</i> or <i>"3/4 Gauge"</i>.</dd>
77
<dt>Style <span class="property-type">rounded | needle</span></dt>
8-
<dd>Defines the style of arc rendered, "Needle" or "Rounded". Not available for "Tile".</dd>
8+
<dd>Defines the style of arc rendered, "Needle" or "Rounded". Only available for "Half Gauge" and "3/4 Gauge".</dd>
99
<dt>Range <span class="property-type">number</span></dt>
1010
<dd>The smallest and largest values that can be rendered on the gauge</dd>
1111
<dt>Segments <span class="property-type">list</span></dt>
12-
<dd>Collection of objects that define the relevant color for a given value</dd>
12+
<dd>Collection of objects that define the relevant color for a given value, and the overlay text source for Tile gauges.</dd>
1313
<dt>Label <span class="property-type">list</span></dt>
1414
<dd>The label text shown above the gauge</dd>
1515
<dt>Value <span class="property-type">typed input</span></dt>

0 commit comments

Comments
 (0)