This is a migrated thread and some comments may be shown as answers.

Hide Labels

4 Answers 489 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 14 May 2012, 07:14 AM
Hi Team,

Can i hide these numbers (0 - 100) and lines.

Thanks,
Rajesh.C

4 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 14 May 2012, 07:52 AM
Hi Rajesh,

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!
0
Iliana Dyankova
Telerik team
answered on 15 May 2012, 01:05 PM
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
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!
Tags
Gauges
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Felipe
Top achievements
Rank 1
Share this question
or