Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Radial Gauge label not hidden when guage is small
posted

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,
                
            });

Parents Reply Children
No Data