From af41c20179f705572a9ca73a56ae20314bd2eae8 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Thu, 11 Aug 2022 08:28:32 +0300 Subject: [PATCH] React charts --- ReactJS/Chart/Chart-Dimensions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ReactJS/Chart/Chart-Dimensions.md b/ReactJS/Chart/Chart-Dimensions.md index 31022ee4..0564c863 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