boilerrobotics / telemetry

A repo for telemetry dashboard. Powered by Angular
GNU General Public License v3.0
0 stars 0 forks source link

Telemetry Dashboard #1

Open tame0001 opened 1 year ago

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 speed gauge

tame0001 commented 10 months ago

@ky28059 This is an angular docs if you want to take a look. https://angular.dev/. I will try to update the project to version 17 before Saturday. That could lead to issue with ngx-mqtt. It might take a bit until that package is updated to support angular version 17. But we can also use mqtt.js as well as an option. I will walk you through the code on Saturday.

tame0001 commented 10 months ago

Seems like angular 17 still needs more time. It is a huge changes so there might be a lot of bugs. As of now, I update to 16.2.12. We will update to 17 at some points in the future