streamlinesocial / highcharts-regression

Linear and non-linear regression support for highcharts
MIT License
73 stars 64 forks source link

angular/typescript - another request #107

Closed cosmoKenney closed 3 years ago

cosmoKenney commented 3 years ago

I need a polynomial regression in an angular 12 app. I am wondering how to import and add the regression plugin in typescript?

cosmoKenney commented 3 years ago

I got it working buy doing:

import * as HC_Regression from 'highcharts-regression';
HC_Regression(Highcharts);