0

I'm using Angular-Highcharts and creating solidgauge graph. I wanted to make the start point square/straight and other end rounded. Is it possible to do that with Highcharts? Kindly find below is the live example. enter image description here

Thanks in advance.

VAN KD
  • 87
  • 6

1 Answers1

0

Unfortunately, it is not supported from the basic API options, however, can be done by doing some changes in the solid-gauge core code.

Demo: https://jsfiddle.net/BlackLabel/tym9xfwb/

Line nr 87:

//path[4] = roundStart;

You can delete this part of the code from your app.

Sebastian Wędzel
  • 11,417
  • 1
  • 6
  • 16