Kacper Madej

Results 172 comments of Kacper Madej

Currently, there is no better way of getting this.

Legend could be set for each connection, doesn't work for nodes - https://jsfiddle.net/BlackLabel/c2w1u6vL/3/ For technical support see https://www.highcharts.com/blog/support/

If you will disable `none` colors for the pie and change the layout (dataLabels.alignTo) you will see how the label in pie makes the pie change size and center -...

Bullet series provides no easy access to the target drawing function properties and shape arguments for the target graphic are not stored (only used for the shape calculations), so this...

Hi @250602110504 Have you tried to [installing from GitHub directly](https://stackoverflow.com/questions/17509669/how-to-install-an-npm-package-from-github-directly)? Another option could be to use the code in the [rounded-corners](https://github.com/highcharts/rounded-corners/blob/master/rounded-corners.js) file and place it in the project as any...

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/

Hi @valentinludu Thank you for the enhancement suggestion. Currently the corner options are set on series level, so you would have to use different series for not rounded point that...

Currently there's no such feature in this plugin. As a workaround you could check data before creating a chart and prepare some series like in this demo: http://jsfiddle.net/BlackLabel/bhov0pLe/ Stacking logic...

@cgandhamQB Your problem is not the same as the one described in this issue so it would be better to if you could open a new issue (or contacted [technical...

@Sotatek-VuVanTuan If you are getting the same error then try the same workaround (more info in my previous comments) and if it doesn't work for you please elaborate.