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: ej2-javascript/3D-chart/js/es5-getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,20 @@ Refer the following steps for setup your local environment.
35
35
36
36
**Step 2:** Create **myapp/resources** folder to store local scripts and styles files.
37
37
38
-
**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential JS 2 3D Chart control.
38
+
**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential<supstyle="font-size:70%">®</sup> JS 2 3D Chart control.
The Essential JS 2 3D Chart control can be initialized by using either of the following ways.
42
+
The Essential<supstyle="font-size:70%">®</sup> JS 2 3D Chart control can be initialized by using either of the following ways.
43
43
44
44
* Using local script.
45
45
* Using CDN link for script.
46
46
47
47
### Using local script
48
48
49
-
You can get the global scripts and styles from the [Essential StudioJavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
49
+
You can get the global scripts and styles from the [Essential Studio<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
50
50
51
-
After installing the Essential JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
51
+
After installing the Essential<supstyle="font-size:70%">®</sup> JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
52
52
53
53
Refer the below code to find location chart's script and style file.
54
54
@@ -123,7 +123,7 @@ The below html code example shows the minimal dependency of chart.
123
123
124
124
Now, you can start adding 3D Chart control in the application. For getting started, add a **div** element for 3D Chart control in **index.html**. Then refer the **index.js** file into the **index.html** file.
125
125
126
-
In this document context we are going to use **ej2.min.js** which includes all the Essential JS 2 components and its dependent scripts.
126
+
In this document context we are going to use **ej2.min.js** which includes all the Essential<supstyle="font-size:70%">®</sup> JS 2 components and its dependent scripts.
Copy file name to clipboardExpand all lines: ej2-javascript/3D-chart/ts/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
11
11
12
12
# Getting started in ##Platform_Name## 3D Chart control
13
13
14
-
This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
14
+
This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential<supstyle="font-size:70%">®</sup> JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
15
15
16
16
> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).
17
17
@@ -31,7 +31,7 @@ Below is the list of minimum dependencies required to use the 3D Chart.
31
31
32
32
## Set up development environment
33
33
34
-
Open the command prompt from the required directory, and run the following command to clone the SyncfusionJavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
34
+
Open the command prompt from the required directory, and run the following command to clone the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
SyncfusionJavaScript (EssentialJS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all SyncfusionJavaScript (Essential JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
56
+
Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
57
57
58
58
The quickstart application is preconfigured with the dependent [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package in the `~/package.json` file. Use the following command to install the dependent npm packages from the command prompt.
59
59
@@ -67,7 +67,7 @@ npm install
67
67
68
68
## Add 3D Chart to the project
69
69
70
-
Open the application in Visual Studio Code and add the Syncfusion JavaScript UI controls.
70
+
Open the application in Visual Studio Code and add the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript UI controls.
71
71
72
72
Add the HTML div tag with its `id` attribute as `element` in your `~/src/index.html` file to initialize the 3D Chart.
Copy file name to clipboardExpand all lines: ej2-javascript/accumulation-chart/ej1-api-migration.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ domainurl: ##DomainURL##
11
11
12
12
# Ej1 api migration in ##Platform_Name## Accumulation chart control
13
13
14
-
This article describes the API migration process of Chart component from EssentialJS 1 to Essential JS 2.
14
+
This article describes the API migration process of Chart component from Essential<supstyle="font-size:70%">®</sup> JS 1 to Essential<supstyle="font-size:70%">®</sup> JS 2.
15
15
16
16
## Accumulation Chart
17
17
18
18
<!-- markdownlint-disable MD033 -->
19
19
<table>
20
20
<tr>
21
21
<td><b>Behaviour</b></td>
22
-
<td><b>API in Essential JS 1</b></td>
23
-
<td><b>API in Essential JS 2</b></td>
22
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
23
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
24
24
</tr>
25
25
26
26
<tr>
@@ -491,8 +491,8 @@ pie.appendTo('#chart');
491
491
<table>
492
492
<tr>
493
493
<td><b>Behaviour</b></td>
494
-
<td><b>API in Essential JS 1</b></td>
495
-
<td><b>API in Essential JS 2</b></td>
494
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
495
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
496
496
</tr>
497
497
498
498
<tr>
@@ -762,8 +762,8 @@ chart.appendTo('#chart');
762
762
<table>
763
763
<tr>
764
764
<td><b>Behaviour</b></td>
765
-
<td><b>API in Essential JS 1</b></td>
766
-
<td><b>API in Essential JS 2</b></td>
765
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
766
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
767
767
</tr>
768
768
769
769
<tr>
@@ -1594,8 +1594,8 @@ chart.appendTo('#chart);
1594
1594
<table>
1595
1595
<tr>
1596
1596
<td><b>Behaviour</b></td>
1597
-
<td><b>API in Essential JS 1</b></td>
1598
-
<td><b>API in Essential JS 2</b></td>
1597
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
1598
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
1599
1599
</tr>
1600
1600
1601
1601
<tr>
@@ -1849,8 +1849,8 @@ chart.appendTo('#chart);
1849
1849
<table>
1850
1850
<tr>
1851
1851
<td><b>Behaviour</b></td>
1852
-
<td><b>API in Essential JS 1</b></td>
1853
-
<td><b>API in Essential JS 2</b></td>
1852
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
1853
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
1854
1854
</tr>
1855
1855
1856
1856
<tr>
@@ -2356,8 +2356,8 @@ Not applicable
2356
2356
<table>
2357
2357
<tr>
2358
2358
<td><b>Behaviour</b></td>
2359
-
<td><b>API in Essential JS 1</b></td>
2360
-
<td><b>API in Essential JS 2</b></td>
2359
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
2360
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
2361
2361
</tr>
2362
2362
2363
2363
<tr>
@@ -2509,8 +2509,8 @@ chart.removeSeries();
2509
2509
<table>
2510
2510
<tr>
2511
2511
<td><b>Behaviour</b></td>
2512
-
<td><b>API in Essential JS 1</b></td>
2513
-
<td><b>API in Essential JS 2</b></td>
2512
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 1</b></td>
2513
+
<td><b>API in Essential<supstyle="font-size:70%">®</sup> JS 2</b></td>
Copy file name to clipboardExpand all lines: ej2-javascript/accumulation-chart/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The list of minimum dependencies required to use an accumulation chart are follo
30
30
31
31
## Installation and Configuration
32
32
33
-
* To get started with accumulation chart component, clone the [`EssentialJS 2 quickstart`](https://github.com/syncfusion/ej2-quickstart.git) project, and install necessary packages by using the following commands:
33
+
* To get started with accumulation chart component, clone the [Essential<supstyle="font-size:70%">®</sup> JS 2 quickstart](https://github.com/syncfusion/ej2-quickstart.git) project, and install necessary packages by using the following commands:
The Essential JS 2 Accumulation Chart control can be initialized by using either of the following ways.
43
+
The Essential<supstyle="font-size:70%">®</sup> JS 2 Accumulation Chart control can be initialized by using either of the following ways.
44
44
45
45
* Using local script.
46
46
* Using CDN link for script.
47
47
48
48
### Using local script
49
49
50
-
You can get the global scripts and styles from the [Essential StudioJavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
50
+
You can get the global scripts and styles from the [Essential Studio<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
51
51
52
-
After installing the Essential JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
52
+
After installing the Essential<supstyle="font-size:70%">®</sup> JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
53
53
54
54
Refer the below code to find location accumulation chart's script and style file.
55
55
@@ -124,7 +124,7 @@ The below html code example shows the minimal dependency of chart.
124
124
125
125
Now, you can start adding accumulation chart control in the application. For getting started, add a **div** element for Chart control in **index.html**. Then refer the **index.js** file into the **index.html** file.
126
126
127
-
In this document context we are going to use **ej2.min.js** which includes all the Essential JS 2 components and its dependent scripts.
127
+
In this document context we are going to use **ej2.min.js** which includes all the Essential<supstyle="font-size:70%">®</sup> JS 2 components and its dependent scripts.
Copy file name to clipboardExpand all lines: ej2-javascript/accumulation-chart/ts/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
12
12
13
13
# Getting started in ##Platform_Name## Accumulation chart control
14
14
15
-
This article provides a step-by-step guide to configuring the SyncfusionJavaScript (Essential JS 2) library and building a simple JavaScript web application using the GitHub [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.
15
+
This article provides a step-by-step guide to configuring the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) library and building a simple JavaScript web application using the GitHub [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.
16
16
17
17
> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).
18
18
@@ -32,7 +32,7 @@ The list of minimum dependencies required to use an accumulation chart are follo
32
32
33
33
## Set up development environment
34
34
35
-
Open the command prompt from the required directory, and run the following command to clone the SyncfusionJavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).
35
+
Open the command prompt from the required directory, and run the following command to clone the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).
SyncfusionJavaScript (EssentialJS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all SyncfusionJavaScript (Essential JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
57
+
Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
58
58
59
59
The quickstart application is preconfigured with the dependent [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package in the `~/package.json` file. Use the following command to install the dependent npm packages from the command prompt.
60
60
@@ -68,7 +68,7 @@ npm install
68
68
69
69
## Add Accumulation Chart to the Project
70
70
71
-
Open the application in Visual Studio Code and add the Syncfusion JavaScript UI controls.
71
+
Open the application in Visual Studio Code and add the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript UI controls.
72
72
73
73
Add the HTML div tag with its `id` attribute as `element` in your `~/src/index.html` file to initialize the Accumulation chart.
Copy file name to clipboardExpand all lines: ej2-javascript/ai-assistview/js/es5-getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
11
11
12
12
# Es5 getting started in ##Platform_Name## AI AssistView control
13
13
14
-
The Essential JS 2 for JavaScript (global script) is an ES5 formatted pure JavaScript framework which can be directly used in latest web browsers.
14
+
The Essential<supstyle="font-size:70%">®</sup> JS 2 for JavaScript (global script) is an ES5 formatted pure JavaScript framework which can be directly used in latest web browsers.
15
15
16
16
## Dependencies
17
17
@@ -35,7 +35,7 @@ The JavaScript (ES5) AI AssistView control can be initialized by using either of
35
35
36
36
**Step 1:** Create an app folder `quickstart` for getting started.
37
37
38
-
**Step 2:** You can get the global scripts and styles from the [Essential StudioJavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
38
+
**Step 2:** You can get the global scripts and styles from the [Essential Studio<supstyle="font-size:70%">®</sup> JavaScript (Essential<supstyle="font-size:70%">®</sup> JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
The below located script and style file contains all Syncfusion JavaScript (ES5) UI control resources in a single file.
59
+
The below located script and style file contains all Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (ES5) UI control resources in a single file.
@@ -66,7 +66,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
66
66
67
67
**Step 3:** Create a folder `~/quickstart/resources` and copy/paste the global scripts and styles from the above installed location to `~/quickstart/resources/package` corresponding package location.
68
68
69
-
**Step 4:** Create a HTML page (index.html) in `~/quickstart/index.html` location and add the Essentials JS 2 script and style references.
69
+
**Step 4:** Create a HTML page (index.html) in `~/quickstart/index.html` location and add the Essential<supstyle="font-size:70%">®</sup> JS 2 script and style references.
70
70
71
71
```html
72
72
<!DOCTYPE html>
@@ -149,7 +149,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
149
149
</html>
150
150
```
151
151
152
-
**Step 6:** Now, run the `index.html` in web browser, it will render the **Syncfusion JavaScript (ES5) AI AssistView** control.
152
+
**Step 6:** Now, run the `index.html` in web browser, it will render the **Syncfusion<supstyle="font-size:70%">®</sup> JavaScript (ES5) AI AssistView** control.
153
153
154
154
## Using CDN link for script and style reference
155
155
@@ -181,7 +181,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
**Step 4:** Now, run the `index.html` in web browser, it will render the `SyncfusionJavaScript AI AssistView` control.
184
+
**Step 4:** Now, run the `index.html` in web browser, it will render the **Syncfusion<supstyle="font-size:70%">®</sup> JavaScript AI AssistView** control.
0 commit comments