Demo application for track and visualize stock price of any company over a specific period using charting and range tools.
Перейти к файлу
Soundeswari-Selvam d439e5c8a7 919078: Resolved the dependabot issues in the ej2 showcase angular stock chart. 2024-11-15 11:29:58 +05:30
src config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
.angular-cli.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
.gitignore config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
README.md config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
license config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
package.json 919078: Resolved the dependabot issues in the ej2 show case angular stock chart. 2024-11-06 19:21:59 +05:30
tsconfig-aot.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30
tsconfig.json config(EJ2-9641): Added Stock chart sample. 2018-07-23 12:35:12 +05:30

README.md

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

https://ej2.syncfusion.com/showcase/angular/stockchart/

Check all the showcase samples from here.