https://github.com/syncfusion/ej2-showcase-angular-stockchart
Demo application for track and visualize stock price of any company over a specific period using charting and range tools.
https://github.com/syncfusion/ej2-showcase-angular-stockchart
angular angular2 angular4 angular6 charts single-page-app spa stock-charts syncfusion
Last synced: 3 months ago
JSON representation
Demo application for track and visualize stock price of any company over a specific period using charting and range tools.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-stockchart
- Owner: syncfusion
- License: other
- Created: 2018-07-12T09:19:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T06:34:17.000Z (10 months ago)
- Last Synced: 2025-06-30T12:12:18.271Z (3 months ago)
- Topics: angular, angular2, angular4, angular6, charts, single-page-app, spa, stock-charts, syncfusion
- Language: TypeScript
- Size: 1.31 MB
- Stars: 8
- Watchers: 11
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 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.