Skip to content

Commit 2303534

Browse files
Merge pull request #435 from syncfusion-content/SEO-177700-JS-dropped-keywords-issue-fixes
SEO-177700-JS-dropped-keywords-issue-fixes
2 parents 3b2a54a + e13dbee commit 2303534

16 files changed

+17
-17
lines changed

js/Chart/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Initialize the chart by using the ejChart method. The chart is rendered to the s
7676

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

79-
![JavaScript Chart getting started](Getting-Started_images/Getting-Started_img1.png)
79+
![JavaScript Chart getting started.](Getting-Started_images/javascript-chart-getting-started.png)
8080

8181

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

144144
{% endhighlight %}
145145

146-
![JavaScript Chart Populate chart with data](Getting-Started_images/Getting-Started_img2.png)
146+
![JavaScript Chart Populate chart with data.](Getting-Started_images/javascript-chart-data.png)
147147

148148

149149
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`](../api/ejchart#members:primaryxaxis-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.
@@ -165,7 +165,7 @@ The following code example illustrates this,
165165

166166
{% endhighlight %}
167167

168-
![JavaScript Chart axis](Getting-Started_images/Getting-Started_img3.png)
168+
![JavaScript Chart axis.](Getting-Started_images/javascript-chart-axis.png)
169169

170170

171171
Refer to the [`Axis`](axis) section to know more about axis types, adding multiple axes and other customization options.
@@ -197,7 +197,7 @@ The following code example illustrates this,
197197

198198
{% endhighlight %}
199199

200-
![JavaScript Chart Add Data Labels](Getting-Started_images/Getting-Started_img4.png)
200+
![JavaScript Chart Add Data Labels.](Getting-Started_images/javascript-chart-data-labels.png)
201201

202202

203203
There are situations where the default label content is not sufficient to the user. In this case, you can use the [`template`](../api/ejchart#members:series-marker-datalabel-template) option to format the label content with some additional information.
@@ -241,7 +241,7 @@ The following code example shows how to set the id of the above template to [`te
241241

242242
{% endhighlight %}
243243

244-
![JavaScript Chart data marker](Getting-Started_images/Getting-Started_img5.png)
244+
![JavaScript Chart data marker.](Getting-Started_images/javascript-chart-data-marker.png)
245245

246246

247247
Refer to the [`Data Markers`](Data-Markers.html) section to know more about the options available to customize it.
@@ -272,7 +272,7 @@ You can enable or disable the legend by using the [`visible`](../api/ejchart#mem
272272

273273
{% endhighlight %}
274274

275-
![JavaScript Chart Enable Legend](Getting-Started_images/Getting-Started_img6.png)
275+
![JavaScript Chart Enable Legend.](Getting-Started_images/javascript-chart-legend.png)
276276

277277

278278
Refer to the [`Legend`](Legend.html) section to know more about how to position legend and customize its appearance.
@@ -300,7 +300,7 @@ The following code example illustrates this,
300300

301301
{% endhighlight %}
302302

303-
![JavaScript Chart Enable Tooltip](Getting-Started_images/Getting-Started_img7.png)
303+
![JavaScript Chart Enable Tooltip.](Getting-Started_images/javascript-chart-tooltip.png)
304304

305305

306306
Refer to the [`Tooltip`](user-interactions.html) section to know more about formatting tooltip contents and customizing its appearance.
@@ -324,7 +324,7 @@ You need to add a title to the chart to provide quick information to the user ab
324324

325325
{% endhighlight %}
326326

327-
![JavaScript Chart Add Chart Title](Getting-Started_images/Getting-Started_img8.png)
327+
![JavaScript Chart Add Chart Title.](Getting-Started_images/javascript-chart-title.png)
328328

329329

330330
Refer to the [`Chart Title`](chart-title.html) section to know more about aligning title, customizing its appearance and adding subtitle to the chart.

js/DateTimePicker/Getting-Started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting Started with JavaScript DateTime Picker Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential JavaScript DateTime Picker control, its elements, and more details.
55
platform: js
66
control: DateTimePicker
77
documentation: ug
88
api: /api/js/ejdatetimepicker
99
---
1010

11-
# Getting Started
11+
# Getting Started with JavaScript DateTime Picker
1212

1313
This section explains briefly about how to create a **DateTimePicker** in your application with **JavaScript**.
1414

@@ -18,7 +18,7 @@ The following screenshot illustrates the functionality of a **DateTimePicker** w
1818

1919

2020

21-
![](/js/DateTimePicker/Getting-Started_images/Getting-Started_img1.png)
21+
![JavaScript DateTime Picker getting started.](/js/DateTimePicker/Getting-Started_images/javascript-datetime-picker-functionality.png)
2222

2323
## Create DateTimePicker
2424

@@ -107,7 +107,7 @@ Initialize **DateTimePicker** in the script.
107107

108108
The following screenshot displays a **DateTimePicker** control.
109109

110-
![](/js/DateTimePicker/Getting-Started_images/Getting-Started_img.png)
110+
![JavaScript DateTime Picker screenshot display.](/js/DateTimePicker/Getting-Started_images/javascript-datetime-picker-screenshot.png)
111111

112112

113113
## Get / Set value
@@ -159,7 +159,7 @@ You can assign values after initialization in DateTimePicker (‘it helps to get
159159

160160
The following screenshot displays a **DateTimePicker** control with datetime value.
161161

162-
![](/js/DateTimePicker/Getting-Started_images/Getting-Started_img2.png)
162+
![Javascript DateTime Picker datetime value.](/js/DateTimePicker/Getting-Started_images/javascript-datetime-picker-value.png)
163163

164164

165165
## Set the Min and Max Date with Time Interval
@@ -183,5 +183,5 @@ In a real-time appointment scenario, the appointment is open only for a limited
183183

184184
The following screenshot shows the output for the above code example.
185185

186-
![](/js/DateTimePicker/Getting-Started_images/Getting-Started_img3.png)
186+
![Javascript DateTime Picker output screenshot.](/js/DateTimePicker/Getting-Started_images/javascript-datetime-picker-output-screenshot.png)
187187

js/Schedule/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting started with JavaScript Schedule Control | Syncfusion
2+
title: Getting Started with JavaScript Schedule Control | Syncfusion
33
description: Learn here about getting started with Syncfusion Essential JavaScript Schedule Control, its elements, and more.
44
platform: js
55
control: schedule
@@ -193,6 +193,6 @@ $(function() { // Document is ready
193193

194194
{% endhighlight %}
195195

196-
![JavaScript Schedule Mapper Fields](Getting-Started_images/Getting-Started_img1.png)
196+
![JavaScript Schedule Mapper Fields.](Getting-Started_images/javascript-scheduler-mapper-field.png)
197197

198198

0 commit comments

Comments
 (0)