From 4b5fbc5c73fc047836d53c0866d7b35da6261e5f Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:52:30 +0530 Subject: [PATCH 1/2] SEO-3615-bing-issues --- PHP/Grid/Overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHP/Grid/Overview.md b/PHP/Grid/Overview.md index c1b9a3b5..92a77770 100644 --- a/PHP/Grid/Overview.md +++ b/PHP/Grid/Overview.md @@ -1,12 +1,12 @@ --- layout: post -title: Overview with Grid widget for Syncfusion Essential PHP -description: Overview for Grid +title: Overview of PHP Grid Control | Syncfusion +description: Learn here all about Overview of Syncfusion Essential PHP Grid Control, its elements, funcnalities, and more. platform: php control: Grid documentation: ug --- -# Overview +# Overview of PHP Grid The Grid control for PHP is an efficient display engine for tabular data. It will pull data from a datasource, such as array of JSON objects, OData web services, or `DataManager`, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for PHP are paging, sorting, filtering, searching, grouping, and editing. From f5440a2d54c50213572b8f7faaed0724dde2aa99 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:13:17 +0530 Subject: [PATCH 2/2] SEO-3615-bing-issues --- PHP/BulletGraph/Getting-Started.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/PHP/BulletGraph/Getting-Started.md b/PHP/BulletGraph/Getting-Started.md index a55f8ca0..38ad30d9 100644 --- a/PHP/BulletGraph/Getting-Started.md +++ b/PHP/BulletGraph/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting-Started -description: getting started +title: Getting Started with PHP BulletGraph Control | Syncfusion +description: Learn here about getting started with Syncfusion Essential PHP BulletGraph Control, its elements, and more. platform: php control: BulletGraph documentation: ug --- -# Getting Started +# Getting Started with PHP BulletGraph This section explains briefly about how to create a **BulletGraph** in your application with **PHP**. @@ -17,7 +17,7 @@ This section encompasses the details on how to configure the **BulletGraph** con In the following screenshot, a **BulletGraph** is used to compare the actual monsoon rainfall received in a state versus its forecasted values for the years ranging from 1988 to 2013. -![](Getting-Started_images/Getting-Started_img1.png) +![PHP BulletGraph adding EJ source](Getting-Started_images/Getting-Started_img1.png) ## Adding PHP EJ source and script reference @@ -73,7 +73,7 @@ Add the following code in the index.php file to create the BulletGraph control i Run the above code and the **BulletGraph** is displayed. In order to customize the measure bars within the BulletGraph, either local or remote data should be passed to it. -![](Getting-Started_images/Getting-Started_img2.png) +![PHP BulletGraph initialize](Getting-Started_images/Getting-Started_img2.png) ## Provide Required Data @@ -253,7 +253,7 @@ By default, the **BulletGraph** is rendered in the Horizontal orientation with i -![](Getting-Started_images/Getting-Started_img3.png) +![PHP BulletGraph scale value](Getting-Started_images/Getting-Started_img3.png) As you can see in the image above, the bullet graph without any ranges is displayed in the background. The steps to add the **qualitativeRanges** are described in the next section. @@ -293,7 +293,7 @@ By default, 3 ranges are displayed in the **BulletGraph** control during the ini After adding **qualitativeRanges** to the **BulletGraph**, the control will be rendered as follows. -![](Getting-Started_images/Getting-Started_img4.png) +![PHP BulletGraph ranges](Getting-Started_images/Getting-Started_img4.png) ## Ticks and Measure Bars Customization @@ -347,7 +347,7 @@ You have to do the following code changes in the quantitative scale in order to When customization of ticks and measure bars is done, **BulletGraph** looks as follows -![](Getting-Started_images/Getting-Started_img5.png) +![PHP BulletGraph ticks](Getting-Started_images/Getting-Started_img5.png) ## Add Caption and Subtitle @@ -417,7 +417,7 @@ You can display an appropriate Caption and Subtitle in the **BulletGraph** by ad The following screenshot displays a **BulletGraph** in the caption and title in the **BulletGraph**. -![](Getting-Started_images/Getting-Started_img6.png) +![PHP BulletGraph add caption and subTitle](Getting-Started_images/Getting-Started_img6.png) ## Show Tooltip @@ -460,5 +460,5 @@ You can use a Tooltip in your application to display any information. In this ex By using the customization options discussed in this section, the **BulletGraph** is rendered as displayed on the following screenshot. -![](Getting-Started_images/Getting-Started_img7.png) +![PHP BulletGraph show tooltip](Getting-Started_images/Getting-Started_img7.png)