Skip to content

Commit 160505c

Browse files
docs(radial-gauge) (#262)
* docs(radial-gauge):overview, scale articles * docs(radial-gauge):pointers and ranges articles * docs(radial-gauge):labels article + minor improvements * chore(radial-gauge):final touches * chore(gauges): minor fixes and typos * chore(radial-gauge):minor fixes as per comments Co-authored-by: Nadezhda Tacheva <[email protected]> Co-authored-by: Marin Bratanov <[email protected]>
1 parent 6f5730f commit 160505c

29 files changed

+797
-98
lines changed

_contentTemplates/gauges/additional-customization.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@ To further customize the elements of the linear gauge you can use nested tags. W
66
* Pointers
77
#end
88

9+
#radial-gauge-additional-customization
10+
To further customize the elements of the Radial Gauge you can use nested tags. When configuring nested properties and child elements in your Radial Gauge, the inner tags will contain their parent tag name and add specifics to its end. In general the structure of such nested tags will be `<RadialGauge*Category**Specifics*>` where the **Category** can be one of the following:
11+
12+
* Scale
13+
* GaugeArea
14+
* Pointers
15+
#end
916

1017

components/gauge-linear/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313
The Telerik Linear Gauge for Blazor represents [numerical values]({%slug linear-gauge-pointers%}) on a [scale]({%slug linear-gauge-scale%}) of ranges in a linear format.
1414

15-
This article is separated in the following sections:
15+
#### This article is separated in the following sections:
1616

1717
* [Basics](#basics)
1818

components/gauge-linear/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 5
1010

1111
## Linear Gauge Scale
1212

13-
The scale of the linear gauge renders the values, pointers and labels. You can customize it by adding an instance of the `<LinearGaugeScale>` to the `<LinearGaugeScale>` collection, child tag of the `<TelerikLinearGauge>`. The `<LinearGaugeScale>` exposes the following parameters:
13+
The scale of the linear gauge renders the values, pointers and labels. You can customize it by adding an instance of the `<LinearGaugeScale>` to the `<LinearGaugeScales>` collection, child tag of the `<TelerikLinearGauge>`. The `<LinearGaugeScale>` exposes the following parameters:
1414

1515
* [Min and Max](#min-and-max)
1616

7.29 KB
Loading
8.92 KB
Loading
14.8 KB
Loading
9.85 KB
Loading
15.2 KB
Loading
8.17 KB
Loading
12.9 KB
Loading

0 commit comments

Comments
 (0)