27 строки
749 B
Markdown
27 строки
749 B
Markdown
# Essential JS 2 for Angular - Stock Chart
|
|
|
|
This Stock Chart demo application showcases the usage of Chart and Range Navigator in a real world application scenario. You can use this application to track and visualize stock price of any company over a specific period using charting and range tools
|
|
|
|
## Deployment
|
|
|
|
### Install
|
|
|
|
To install all dependent packages, use the below command
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Run
|
|
|
|
To run the sample, use the below command
|
|
|
|
```
|
|
ng serve
|
|
```
|
|
|
|
## Demo
|
|
|
|
#### <a href="https://ej2.syncfusion.com/showcase/angular/stockchart/" target="_blank">https://ej2.syncfusion.com/showcase/angular/stockchart/</a>
|
|
|
|
Check all the showcase samples from <a href="https://ej2.syncfusion.com/home/angular.html" target="_blank">here</a>. |