ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Integrate Chart.js - Matrix Client #30

Closed casaltarelli closed 2 years ago

casaltarelli commented 2 years ago

Purpose In order to be able to provide visualization of respective metrics collected e.g. CPU, Memory, and Disk Consumption we have decided to use Chart.js

First we need to integrate this library into our project utilizing npm

Expected Behavior we should have the ability to create visual charts outlining metric consumption over a given period of time using the Chart.js library.

casaltarelli commented 2 years ago

This work has been completed on 30/chartjs-integration and is ready to be merged into develop.