diff --git a/ReactJS/Chart/Chart-Dimensions.md b/ReactJS/Chart/Chart-Dimensions.md index 31022ee..0564c86 100644 --- a/ReactJS/Chart/Chart-Dimensions.md +++ b/ReactJS/Chart/Chart-Dimensions.md @@ -1,14 +1,14 @@ --- layout: post -title: Chart size -description: Learn how to set Chart size and make it responsive. +title: Chart Dimensions in js Chart control | Syncfusion +description: Learn here about getting started with Syncfusion js Chart control, its elements, and more. platform: js control: Chart documentation: ug api : /api/js/ejchart --- -# Chart Dimensions +# Getting started with js Chart 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. @@ -47,7 +47,7 @@ You can also set the chart dimension by using the [`size`](../api/ejchart#member {% endhighlight %} -![](/js/Chart/Chart-Dimensions_images/Chart-Dimensions_img1.png) +![js Chart Chart-Dimensions](/js/Chart/Chart-Dimensions_images/Chart-Dimensions_img1.png) ## Setting size relative to the container size @@ -69,7 +69,7 @@ You can specify the chart size in percentage by using the [`size`](../api/ejchar {% endhighlight %} -![](/js/Chart/Chart-Dimensions_images/Chart-Dimensions_img2.png) +![js Chart Chart-Dimensions](/js/Chart/Chart-Dimensions_images/Chart-Dimensions_img2.png) ## Responsive chart