Skip to content

Commit a754111

Browse files
Merge pull request #187 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents 35dbca9 + ca88840 commit a754111

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

angular/Chart/Annotations.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: Chart Annotations
3+
title: Annotations in Angular Chart Control | Syncfusion
44
description: How to add annotations in Essential Angular Chart and the different options available to customize its position.
55
platform: Angular
66
control: Chart
77
documentation: ug
88
---
99

10-
# Annotations
10+
# Annotations in Angular Chart
1111

1212
annotations are used to mark the specific area of interest in the chart area with texts, shapes or images.
1313

@@ -28,7 +28,7 @@ You can add annotations to the chart by using the `annotations` option. By using
2828
{% endhighlight %}
2929

3030

31-
![](Annotations_images/Annotations_img1.png)
31+
![Angular Chart annotation](Annotations_images/Annotations_img1.png)
3232

3333

3434
## Rotate the annotation template
@@ -50,7 +50,7 @@ To rotate the annotation template, you can use the `angle` property of the annot
5050
{% endhighlight %}
5151

5252

53-
![](Annotations_images/Annotations_img2.png)
53+
![Angular Chart rotate annotation](Annotations_images/Annotations_img2.png)
5454

5555
## Positioning Annotation
5656

@@ -82,12 +82,12 @@ N> By using the `region` option, you can specify whether the annotation is place
8282
{% endhighlight %}
8383

8484

85-
![](Annotations_images/Annotations_img3.png)
85+
![Angular Chart positioning annotation](Annotations_images/Annotations_img3.png)
8686

8787

8888
## Annotation alignments
8989

90-
When the coordinateUnit is set to pixels or points, you can align the annotation relative to the coordinates by using the [`horizontalAlignment`](../api/ejchart#members:annotations-horizontalalignment) and [`verticalAlignment`] options.
90+
When the coordinateUnit is set to pixels or points, you can align the annotation relative to the coordinates by using the [`horizontalAlignment`](../api/angular/ejchart#members:annotations-horizontalalignment) and [`verticalAlignment`] options.
9191

9292
{% highlight html %}
9393

@@ -104,4 +104,4 @@ When the coordinateUnit is set to pixels or points, you can align the annotation
104104
{% endhighlight %}
105105

106106

107-
![](Annotations_images/Annotations_img4.png)
107+
![Angular Chart annotation alignment](Annotations_images/Annotations_img4.png)

angular/Chart/Appearance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Chart
77
documentation: ug
88
---
99

10-
# Appearance
10+
# Appearance in Angular Chart
1111

1212
## Custom Color Palette
1313

@@ -243,7 +243,7 @@ function animateChart(){
243243

244244
### Control the Speed of animation
245245

246-
To control the speed of animation, you can use the [`animationDuration`](../api/ejchart#members:series-animationduration) property in the series.
246+
To control the speed of animation, you can use the [`animationDuration`](../api/js/ejchart#members:series-animationduration) property in the series.
247247

248248

249249
{% highlight html %}

angular/Chart/Trendlines.md

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

1010
# Trendlines support in Angular Chart
1111

12-
EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except bar type series. You can add more than one trendline object to the [`trendlines`](../api/ejchart#members:series-trendlines) option.
12+
EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except bar type series. You can add more than one trendline object to the [`trendlines`](../api/js/ejchart#members:series-trendlines) option.
1313

1414
{% highlight ts %}
1515

0 commit comments

Comments
 (0)