https://github.com/chenhsong/ichen-analytics
Analytics (front-end) UI for the iChen® System.
https://github.com/chenhsong/ichen-analytics
analytics angular fusioncharts ichen ichen-server typescript
Last synced: about 2 months ago
JSON representation
Analytics (front-end) UI for the iChen® System.
- Host: GitHub
- URL: https://github.com/chenhsong/ichen-analytics
- Owner: chenhsong
- Created: 2018-02-04T08:55:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:19:13.000Z (over 3 years ago)
- Last Synced: 2023-02-28T16:45:48.321Z (over 3 years ago)
- Topics: analytics, angular, fusioncharts, ichen, ichen-server, typescript
- Language: TypeScript
- Size: 3.31 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iChen® System 4 Analytics UI
===========================
Language: TypeScript 3.7 or above
Framework: Angular 9.0 or above
Major Packages: Bootstrap 4, AmCharts 4, MyDateRangePicker
This is a web application that provides analytical support for stored historical
data in the iChen® System.
The user can download historical data as well as display analytical charts on the same data.
How to Build
------------
1. Install Angular: `npm install @angular/cli -g`
2. Restore packages: `npm install`
3. Build: `ng build --prod`
4. Completed app is in the `dist` directory