DAC-Of-Purdue / iot-dashboard

A dashboard repo of IoT in digital agriculture
http://66.253.158.154:8005/
0 stars 0 forks source link

Plot Weather Data #2

Closed tame0001 closed 1 year ago

tame0001 commented 1 year ago

There are quite a few options for plotting in Angular (Typescript). This is a useful document

tame0001 commented 1 year ago

Echart is a good plotting library. The easy way is the use ngx-echart . It is an Angular wrapper. In the future, we can use the native EChart library, which has many highly customizable options. There are some plots that are good to start with: line and temperature gauge

tame0001 commented 1 year ago

Found that ngx-echart is compatible with original echart. The option could be set to many chart types and configurations. We might not need to use Echart directly as long as ngx-echart keeps updating.