Hi team,
We are trying to achieve the below chart, which has corner radius for the ranges using the circular gauge chart. We are trying to achieve the corner radius using the property "roundedCornerRadius". We referred the below link for this implementation.
https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-ranges/#rounded-corner-radius
But its setting the corner radius for one edge of the range and other end has normal square edges. Is there anything we need to do to get the corner radius for both sides of the range ?
Would it be possible to share the code for the below chart. Seems like its implemented here.
https://ej2.syncfusion.com/angular/demos/circular-gauge/range/
<e-range start=500
end=590
radius="75%"
startWidth=18
endWidth=18
roundedCornerRadius=17
color="#CA1424"></e-range>
Hi Syncfusion team,
Any inputs on this issue ?