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
@@ -143,7 +143,7 @@ Now, map the month and sales values in the data source to the line series by set
143
143
144
144
{% endhighlight %}
145
145
146
-

146
+

147
147
148
148
149
149
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,
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,
197
197
198
198
{% endhighlight %}
199
199
200
-

200
+

201
201
202
202
203
203
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
241
241
242
242
{% endhighlight %}
243
243
244
-

244
+

245
245
246
246
247
247
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
Copy file name to clipboardExpand all lines: js/ColorPicker/Getting-Started.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
layout: post
3
-
title: Getting-Started
4
-
description: getting started
3
+
title: GettingStarted with JavaScript Color Picker | Syncfusion
4
+
description: Learn here all about getting started with Syncfusion Essential Studio JavaScript Color Picker control, its elements, and more details.
5
5
platform: js
6
6
control: ColorPicker
7
7
documentation: ug
8
8
api: /api/js/ejcolorpicker
9
9
---
10
10
11
-
# Getting Started
11
+
# Getting Started with JavaScript Color Picker
12
12
13
13
This section explains briefly about how to create a **ColorPicker** in your application with **JavaScript**. The **Essential JavaScript ColorPicker** control provides you support for selecting the colors in different sources such as palettes, picker or custom palettes. You can also render the color value from control in three formats such as RGB, HSV and HEXCODE.
14
14
15
15
In this example, you can learn how to customize **ColorPicker** control in a category Application.
0 commit comments