smartheim / ui-maintenance

A web technologies based Setup & Maintenance user interface for OHX
MIT License
9 stars 4 forks source link

Update chart.js to ES6 module #18

Closed davidgraeff closed 5 years ago

davidgraeff commented 5 years ago

There are randomly happening chart.js loading failures at the moment (maintenance page), because the UMD js file is not correctly re-registered to window.

As soon as chart.js finished their ES6 migration the new version should be used.

davidgraeff commented 5 years ago

Done