highcharts / rounded-corners

MIT License
25 stars 27 forks source link

Installing this library in an Angular app #16

Open papakonstantinouko opened 7 years ago

papakonstantinouko commented 7 years ago

Hello, I am using the angular2-highcharts package in my angular project and I need to install this library in there, any ideas how?

FuadBalashov commented 5 years ago

The library is on npm so you can install it from there (npm install --save highcharts-rounded-corners or yarn add highcharts-rounded-corners)

https://www.npmjs.com/package/highcharts-rounded-corners

It's under the MIT license so you could just copy the file into your own project.