Pabloin / CI-CD-app-Angular-Travis-Heroku

CI/CD sample APP
MIT License
0 stars 1 forks source link

Add HighCharts Integration #4

Open Pabloin opened 5 years ago

Pabloin commented 5 years ago

Add HighCharts Integration

Pabloin commented 5 years ago

La forma de utilizarlo con: ChartModule.forRoot(require('highcharts')),

si bien funciona el ng serve

después rompe el npm install

Voy a seguir la recomendación de: https://github.com/gevgeny/angular2-highcharts/issues/160

Pabloin commented 5 years ago

Anduvo Ok la integración con Highcharts en base al paquete "angular2-highcharts"

En un futuro debería ver como es la integración con el paquete: highcharts-angular Que es el "Highcharts official wrapper for Angular"

npm install highcharts-angular --save

Parece que hay otro mas: angular-highcharts

https://medium.com/@balramchavan/using-highcharts-with-angular-5-6c6564a55cf0 https://www.npmjs.com/package/angular-highcharts

install angular-highcharts and highcharts

npm i --save angular-highcharts highcharts

install highcharts typings

npm i --save-dev @types/highcharts