4 Answers, 1 is accepted
0
Hi Rajesh,
Regards,
Iliana Nikolova
the Telerik team
You could hide the labels in Kendo UI Radial Gauge using the visible property of the scale labels. For example:
$(
"#gauge"
).kendoRadialGauge({
scale: {
labels: {
visible:
false
}
}
});
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Felipe
Top achievements
Rank 1
answered on 14 May 2012, 03:31 PM
Hello:
Is there any way to hide all the labels leaving the label that shows the exact value selected in the gauge?
Thanks!
Is there any way to hide all the labels leaving the label that shows the exact value selected in the gauge?
Thanks!
0
Hi Felipe,
I am afraid that such functionality is not supported and there is no suitable workaround. This idea sounds interesting and we will consider its implementation.
Regards,
Iliana Nikolova
the Telerik team
I am afraid that such functionality is not supported and there is no suitable workaround. This idea sounds interesting and we will consider its implementation.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Felipe
Top achievements
Rank 1
answered on 15 May 2012, 03:23 PM
Ok, hope you do!
Thanks for your answer!
Thanks for your answer!