diff --git a/angular.json b/angular.json index f947409..9687a2a 100644 --- a/angular.json +++ b/angular.json @@ -33,7 +33,10 @@ "@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" ], - "scripts": [] + "scripts": [], + "allowedCommonJsDependencies": [ + "highcharts" + ] }, "configurations": { "production": { diff --git a/src/app/components/usage/usage.component.html b/src/app/components/usage/usage.component.html index 0654fb4..ca4a3f7 100644 --- a/src/app/components/usage/usage.component.html +++ b/src/app/components/usage/usage.component.html @@ -1,5 +1,5 @@
-

Github Usage Report

+

Github Usage Report

@@ -44,7 +44,7 @@

Github Usage Report

This application helps you visualize your GitHub - Usage Report.
All processing is done client side and your usage report never leaves your computer.

+ Usage Report.
All processing is done client side and your usage report never leaves your computer.

To get started go get your usage report and then select it by clicking "Choose File" above.