Skip to content

Commit c50a592

Browse files
Merge pull request #263 from syncfusion-content/SEO-3615-bing-issues
SEO-3615-bing-issues
2 parents 64e0d58 + f5440a2 commit c50a592

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

PHP/BulletGraph/Getting-Started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with PHP BulletGraph Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP BulletGraph Control, its elements, and more.
55
platform: php
66
control: BulletGraph
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with PHP BulletGraph
1111

1212
This section explains briefly about how to create a **BulletGraph** in your application with **PHP**.
1313

@@ -17,7 +17,7 @@ This section encompasses the details on how to configure the **BulletGraph** con
1717

1818
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.
1919

20-
![](Getting-Started_images/Getting-Started_img1.png)
20+
![PHP BulletGraph adding EJ source](Getting-Started_images/Getting-Started_img1.png)
2121

2222
## Adding PHP EJ source and script reference
2323

@@ -73,7 +73,7 @@ Add the following code in the index.php file to create the BulletGraph control i
7373

7474
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.
7575

76-
![](Getting-Started_images/Getting-Started_img2.png)
76+
![PHP BulletGraph initialize](Getting-Started_images/Getting-Started_img2.png)
7777

7878

7979
## Provide Required Data
@@ -253,7 +253,7 @@ By default, the **BulletGraph** is rendered in the Horizontal orientation with i
253253

254254

255255

256-
![](Getting-Started_images/Getting-Started_img3.png)
256+
![PHP BulletGraph scale value](Getting-Started_images/Getting-Started_img3.png)
257257

258258
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.
259259

@@ -293,7 +293,7 @@ By default, 3 ranges are displayed in the **BulletGraph** control during the ini
293293

294294
After adding **qualitativeRanges** to the **BulletGraph**, the control will be rendered as follows.
295295

296-
![](Getting-Started_images/Getting-Started_img4.png)
296+
![PHP BulletGraph ranges](Getting-Started_images/Getting-Started_img4.png)
297297

298298
## Ticks and Measure Bars Customization
299299

@@ -347,7 +347,7 @@ You have to do the following code changes in the quantitative scale in order to
347347

348348
When customization of ticks and measure bars is done, **BulletGraph** looks as follows
349349

350-
![](Getting-Started_images/Getting-Started_img5.png)
350+
![PHP BulletGraph ticks](Getting-Started_images/Getting-Started_img5.png)
351351

352352
## Add Caption and Subtitle
353353

@@ -417,7 +417,7 @@ You can display an appropriate Caption and Subtitle in the **BulletGraph** by ad
417417

418418
The following screenshot displays a **BulletGraph** in the caption and title in the **BulletGraph**.
419419

420-
![](Getting-Started_images/Getting-Started_img6.png)
420+
![PHP BulletGraph add caption and subTitle](Getting-Started_images/Getting-Started_img6.png)
421421

422422
## Show Tooltip
423423

@@ -460,5 +460,5 @@ You can use a Tooltip in your application to display any information. In this ex
460460

461461
By using the customization options discussed in this section, the **BulletGraph** is rendered as displayed on the following screenshot.
462462

463-
![](Getting-Started_images/Getting-Started_img7.png)
463+
![PHP BulletGraph show tooltip](Getting-Started_images/Getting-Started_img7.png)
464464

PHP/Grid/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Overview with Grid widget for Syncfusion Essential PHP
4-
description: Overview for Grid
3+
title: Overview of PHP Grid Control | Syncfusion
4+
description: Learn here all about Overview of Syncfusion Essential PHP Grid Control, its elements, funcnalities, and more.
55
platform: php
66
control: Grid
77
documentation: ug
88
---
9-
# Overview
9+
# Overview of PHP Grid
1010

1111
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.
1212

0 commit comments

Comments
 (0)