Skip to content

Commit 8ac66cb

Browse files
Merge pull request #255 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 4bcf8d8 + 735c81b commit 8ac66cb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

angular/Chart/Chart-Dimensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Chart size
4-
description: Learn how to set Chart size and make it responsive.
3+
title: Chart Dimension in Angular Chart Control | Syncfusion
4+
description: Learn here about chart dimensions support in Syncfusion Essential Angular Chart Control, its elements, and more.
55
platform: Angular
66
control: Chart
77
documentation: ug
88
---
99

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

1212
You can set the size of the chart directly on the chart or to the container of the chart. When you do not specify the size, it takes 450px as the height and window size as its width, by default.
1313

@@ -36,7 +36,7 @@ You can also set the chart dimension by using the `size` property of the chart.
3636

3737
{% endhighlight %}
3838

39-
![](Chart-Dimensions_images/Chart-Dimensions_img1.png)
39+
![Set size in Angular Chart](Chart-Dimensions_images/Chart-Dimensions_img1.png)
4040

4141

4242
## Setting size relative to the container size
@@ -53,7 +53,7 @@ N> Chart is using custom tag for rendering. For custom tag, default display styl
5353

5454
{% endhighlight %}
5555

56-
![](Chart-Dimensions_images/Chart-Dimensions_img2.png)
56+
![Responsive chart in Angular Chart](Chart-Dimensions_images/Chart-Dimensions_img2.png)
5757

5858

5959
## Responsive chart

angular/Grid/Stackedheader.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Stacked Headers with Grid widget for Syncfusion Essential Angular-2
4-
description: How to stack column Header and customize it
3+
title: Stacked Headers in Angular Grid Control | Syncfusion
4+
description: Learn here about stacked headers in Syncfusion Essential Angular Grid Control, its elements, and more.
55
platform: Angular
66
control: Grid
77
documentation: ug
88
api: /api/angular/ejgrid
99
---
10-
# Stacked Headers
10+
# Stacked Headers in Essential Angular Grid
1111

1212
The stacked headers helps you to group the logical columns in grid. It can be shown by setting [`showStackedHeader`](https://help.syncfusion.com/api/angular/ejgrid#members:showstackedheader "showStackedHeader") as `true` and by defining [`stackedHeaderRows`](https://help.syncfusion.com/api/angular/ejgrid#members:stackedheaderrows "stackedHeaderRows").
1313

@@ -62,4 +62,4 @@ export class GridComponent {
6262

6363
{% endhighlight %}
6464

65-
![](Stackedheader_images/Stackedheader_img1.png)
65+
![Stacked headers in Angular Grid](Stackedheader_images/Stackedheader_img1.png)

0 commit comments

Comments
 (0)