Skip to content

Commit 51ec394

Browse files
Merge pull request #244 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 0273fd2 + 30cfd09 commit 51ec394

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

PHP/Button/Getting-Started.md

Lines changed: 4 additions & 4 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 Button Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP Button Control, its elements, and more.
55
platform: js
66
control: Button
77
documentation: ug
88
---
99

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

1212
This section explains briefly about the necessary steps required to render and configure EJ Button control using PHP wrapper classes.
1313

@@ -36,4 +36,4 @@ Create a Button control by instantiating the PHP wrapper class available in EJ n
3636

3737
Execute the above code to render the following output.
3838

39-
![](/php/Button/Getting-Started_images/Getting-Started_img1.JPG)
39+
![PHP Button Widget](Getting-Started_images/Getting-Started_img1.JPG)

PHP/Chart/Getting-Started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting Started for Essential PHP Chart
4-
description: How to create a chart, add series, enable tooltip and other features in Chart.
3+
title: Getting Started with PHP Chart Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential PHP Chart Control, its elements, and more.
55
platform: php
66
control: Chart
77
documentation: ug
88
---
99

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

1212
This section explains you the steps required to populate the Chart with data, add data labels, tooltips and title to the Chart. This section covers only the minimal features that you need to know to get started with the Chart.
1313

@@ -62,7 +62,7 @@ Add the following code in the index.php file to create the Chart control in inde
6262

6363
Now, the Chart is rendered with some auto-generated random values and with default Column chart type.
6464

65-
![](Getting-Started_images/Getting-Started_img1.png)
65+
![PHP Initialize Chart](Getting-Started_images/Getting-Started_img1.png)
6666

6767

6868
## Populate chart with data
@@ -132,7 +132,7 @@ Now, map the month and sales values in the data source to the line series by set
132132

133133
{% endhighlight %}
134134

135-
![](Getting-Started_images/Getting-Started_img2.png)
135+
![PHP Chart with data](Getting-Started_images/Getting-Started_img2.png)
136136

137137

138138
Since the data is related to sales, format the vertical axis labels by adding ‘$’ as a prefix and ‘K’ as a suffix to each label. This can be achieved by setting the “${value}K” to the *labelFormat* option of the axis. Here, {value} acts as a placeholder for each axis label, “$” and “K” are the actual prefix and suffix added to each axis label.
@@ -151,7 +151,7 @@ Since the data is related to sales, format the vertical axis labels by adding
151151

152152
{% endhighlight %}
153153

154-
![](Getting-Started_images/Getting-Started_img3.png)
154+
![PHP Chart Add Data Labels](Getting-Started_images/Getting-Started_img3.png)
155155

156156

157157
Refer to the Axis section to know more about axis types, adding multiple axes and other customization options.
@@ -184,7 +184,7 @@ The following code example illustrates this,
184184

185185
{% endhighlight %}
186186

187-
![](Getting-Started_images/Getting-Started_img4.png)
187+
![PHP Chart Add Data Labels](Getting-Started_images/Getting-Started_img4.png)
188188

189189

190190
There are situations where the default label content is not sufficient to the user. In this case, you can use the *template* option to format the label content with some additional information.
@@ -228,7 +228,7 @@ The following code example shows how to set the id of the above template to *tem
228228

229229
{% endhighlight %}
230230

231-
![](Getting-Started_images/Getting-Started_img5.png)
231+
![PHP Chart data markers](Getting-Started_images/Getting-Started_img5.png)
232232

233233

234234
Refer to the Data Markers section to know more about the options available to customize it.
@@ -257,7 +257,7 @@ You can enable or disable the legend by using the *visible* option in the **lege
257257

258258
{% endhighlight %}
259259

260-
![](Getting-Started_images/Getting-Started_img6.png)
260+
![PHP Chart Enable Legend](Getting-Started_images/Getting-Started_img6.png)
261261

262262

263263
Refer to the Legend section to know more about how to position legend and customize its appearance.
@@ -287,7 +287,7 @@ The following code example illustrates this,
287287

288288
{% endhighlight %}
289289

290-
![](Getting-Started_images/Getting-Started_img7.png)
290+
![PHP Chart Enable Tooltip](Getting-Started_images/Getting-Started_img7.png)
291291

292292

293293
Refer to the Tooltip section to know more about formatting tooltip contents and customizing its appearance.
@@ -311,7 +311,7 @@ You need to add a title to the chart to provide quick information to the user ab
311311

312312
{% endhighlight %}
313313

314-
![](Getting-Started_images/Getting-Started_img8.png)
314+
![PHP Chart add title](Getting-Started_images/Getting-Started_img8.png)
315315

316316

317317
Refer to the Chart Title section to know more about aligning title, customizing its appearance and adding subtitle to the chart.

0 commit comments

Comments
 (0)