highcharts / rounded-corners

MIT License
25 stars 27 forks source link

Installing this library into a vue.js app #29

Open 250602110504 opened 3 years ago

250602110504 commented 3 years ago

Hii, I am creating a vue application, where I want to install this library. Is there any suggestions on how to implement it?

Thanks in advance

KacperMadej commented 3 years ago

Hi @250602110504

Have you tried to installing from GitHub directly?

Another option could be to use the code in the rounded-corners file and place it in the project as any other custom code - after Highcharts core and all modules are loaded and initialized but before any chart, that will be using features of this plugin, is created.

felixberas commented 3 years ago

@KacperMadej Can you please share an example?

KacperMadej commented 3 years ago

Here are some demos for Highcharts in Vue: https://github.com/highcharts/highcharts-vue#online-demos Demo for Highcharts with the rounded-corners plugin in Vue: https://jsfiddle.net/BlackLabel/mbjuw0d8/