I set the labelExtent to 0 and it works fine when the guage is set to about 250px, but I need to have a smaller gauge because I am going to have multiple rows of gauges so I need them to be about 100px the problem is the text is still visible as shown here:
http://jsfiddle.net/k21180gq/2/
$("#radialgauge").igRadialGauge({ height: "100px", width: "100%", transitionDuration: "1500", value: "10", labelExtent:0, backingStrokeThickness: 5, });
Hello Laurie,
Our igRadialGauge is highly customizable, and it can be transformed into different shapes, for example you could make id smaller by using scaleStartAngle and scaleEndAngle as it is shown in the sample below.
From the dropdown select setting Two
http://www.igniteui.com/radial-gauge/motion-framework
Ok. Thanks. I will keep looking for another product that has that option.
Thank you for contacting us.
The igRadialGauge contains a lot of smaller pieces that cannot be shrinked, because they should be visible in order to provide the whole look of the widget and the needed information. Currently it is not possible to make it smaller that it is shown in the provided online sample.