An open API service indexing awesome lists of open source software.

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.

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