Skip to content

Commit cbf2fa0

Browse files
Merge pull request #163 from syncfusion-content/SEO-2626-Angular-Image-Alt-Text
SEO-2626 - Angular Image Alt Text
2 parents ca88840 + ccef1a5 commit cbf2fa0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

angular/Chart/Legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Chart
77
documentation: ug
88
---
99

10-
# Legend in Angular Chart
10+
# Legend in Essential Angular Chart
1111

1212
The legend contains the list of chart series and Trendlines that appear in a chart.
1313

angular/CircularGauge/Labels.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Labels
4-
description: labels
3+
title: Labels in Angular Circular Gauge Control | Syncfusion
4+
description: Learn here all about labels support in Syncfusion Essential Angular Circular Gauge control, its elements, and more.
55
platform: Angular
66
control: Circular Gauge
77
documentation: ug
88
---
99

10-
# Labels
10+
# Labels in Essential Angular Circular Gauge
1111

1212
**Labels** are units that are used to display the values in the scales. You can customize Labels with the properties like angle, color, font, opacity, etc.
1313

@@ -29,7 +29,7 @@ documentation: ug
2929

3030
Execute the above code to render the following output.
3131

32-
![](Labels_images/Labels_img1.png)
32+
![Angular Circular Gauge adding labels collection](Labels_images/Labels_img1.png)
3333

3434
## Label Customization
3535

@@ -82,7 +82,7 @@ this.pointerLabels = [{
8282

8383
Execute the above code to render the following output.
8484

85-
![](Labels_images/Labels_img2.png)
85+
![Angular Circular Gauge labels customization](Labels_images/Labels_img2.png)
8686

8787
**Unit text and Position**
8888

@@ -116,7 +116,7 @@ Labels can be positioned with the help of two properties such as **distanceFromS
116116

117117
Execute the above code to render the following output.
118118

119-
![](Labels_images/Labels_img3.png)
119+
![Angular Circular Gauge unit text and position](Labels_images/Labels_img3.png)
120120

121121
## Multiple Labels
122122

@@ -142,5 +142,5 @@ You can achieve multiple labels such as minor and major in a **Gauge** sample sc
142142

143143
Execute the above code to render the following output.
144144

145-
![](Labels_images/Labels_img4.png)
145+
![Angular Circular Gauge multiple labels](Labels_images/Labels_img4.png)
146146

0 commit comments

Comments
 (0)