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: PHP/BulletGraph/Getting-Started.md
+10-10Lines changed: 10 additions & 10 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: Getting-Started
4
-
description: getting started
3
+
title: GettingStarted with PHP BulletGraph Control | Syncfusion
4
+
description: Learn here about getting started with Syncfusion Essential PHP BulletGraph Control, its elements, and more.
5
5
platform: php
6
6
control: BulletGraph
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with PHP BulletGraph
11
11
12
12
This section explains briefly about how to create a **BulletGraph** in your application with **PHP**.
13
13
@@ -17,7 +17,7 @@ This section encompasses the details on how to configure the **BulletGraph** con
17
17
18
18
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.

21
21
22
22
## Adding PHP EJ source and script reference
23
23
@@ -73,7 +73,7 @@ Add the following code in the index.php file to create the BulletGraph control i
73
73
74
74
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.
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.
259
259
@@ -293,7 +293,7 @@ By default, 3 ranges are displayed in the **BulletGraph** control during the ini
293
293
294
294
After adding **qualitativeRanges** to the **BulletGraph**, the control will be rendered as follows.
Copy file name to clipboardExpand all lines: PHP/Grid/Overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
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.
5
5
platform: php
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
-
# Overview
9
+
# Overview of PHP Grid
10
10
11
11
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.
0 commit comments