You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/Chart/Chart-Dimensions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
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.
5
5
platform: Angular
6
6
control: Chart
7
7
documentation: ug
8
8
---
9
9
10
-
# Chart Dimensions
10
+
# Chart Dimensions in Essential Angular Chart
11
11
12
12
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.
13
13
@@ -36,7 +36,7 @@ You can also set the chart dimension by using the `size` property of the chart.
Copy file name to clipboardExpand all lines: angular/Grid/Stackedheader.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
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.
5
5
platform: Angular
6
6
control: Grid
7
7
documentation: ug
8
8
api: /api/angular/ejgrid
9
9
---
10
-
# Stacked Headers
10
+
# Stacked Headers in Essential Angular Grid
11
11
12
12
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").
13
13
@@ -62,4 +62,4 @@ export class GridComponent {
62
62
63
63
{% endhighlight %}
64
64
65
-

65
+

0 commit comments