Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 577 Bytes

File metadata and controls

19 lines (14 loc) · 577 Bytes

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