OHSUCMP / coach

web application frontend for OHSU HTN U18 grant
2 stars 0 forks source link

#170: upgrade Chart.js libraries #174

Closed mattStorer closed 5 months ago

mattStorer commented 5 months ago

upgraded chart.js libraries to the latest to resolve an identified vulnerability. plus some additional cleanup in how those libraries get loaded, removing the weird recursive calls to loadScript() and consolidating the load of node scripts into pageNodeScripts where the rest of the Node-based modules are referenced. tested, no errors, everything appears to look just as it should. tooltip display is a little different, and the angle at which timestamps along the X axis are at a shallower angle, but those are trivial differences, if this vulnerability gets resolved.

also removed IE-specific stuff since we're not supporting it as as byproduct of cleaning up this part of the code, referencing a very old backlogged issue.