Unplanned
Last Updated: 01 Nov 2022 17:13 by ADMIN
Created by: Sanket
Comments: 1
Category: Gauge
Type: Feature Request
1

Hi team,

We are working on the Radial Gauge using Jquery Telerik.

We want to add text "Good / bad/ Poor " etc in labels. Check screenshot GaugeWithLabelText.jpg.

We are using below code and the Gauge is getting displayed, Additionally we want to show the Text Labels on the Gauge, Using which property can we achieve the same ?

<div id="gauge"></div>
<script>
    var Status = 10;
    $("#gauge").kendoRadialGauge({
        renderAs: "canvas",
        pointer: {
            value: Status
        },
        scale: {
            min: 0,
            max: 100,
            ranges: [{
                from: 10,
                to: 20,
                color: "green"
            },
            {
                from: 20,
                to: 30,
                color: "yellow"
            }
                ,
            {
                from: 30,
                to: 100,
                color: "Red"
            }]
        }
    });
</script>

Unplanned
Last Updated: 23 Jun 2022 10:37 by ADMIN
Created by: Peter Huisman
Comments: 1
Category: Gauge
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to set the RadialGauge's initial pointer value without the transition from 0, and then continue the transitions after.  When using setOptions, this reinitializes the Gauge and causes the pointer(s) to unnecessarily move around from 0.  

Thank you! 

Unplanned
Last Updated: 27 May 2021 15:01 by Joel
Created by: Jon
Comments: 9
Category: Gauge
Type: Feature Request
14
Add tooltips and background images/borders to the Gauges.  

The current way of setting the background image using CSS works but is somewhat complex.  

Setting a border on the gauge does not surround the shape of the gauge, but rather results in a square.  Allow a border around the gauge's physical shape (for example, in a half circle radial gauge, the border is around the half circle), or some nicer built-in backgrounds/borders.
Declined
Last Updated: 22 Mar 2021 13:56 by ADMIN
in the Kendo Radial Gauge chart - please give an option to display the value of the pointer near the pointer tip
Unplanned
Last Updated: 18 Feb 2020 09:38 by ADMIN
Created by: Richard
Comments: 0
Category: Gauge
Type: Feature Request
0

Improve the gauge component by allowing reference lines to be shown along the scale.

Proposed properties

scale.reference (array of reference objects or single 'reference' object)

scale.reference.value (where between min and max)

scale.reference.width (line thickness)

scale.reference.label (same configuration properties as scale.labels)

scale.reference.line.width (line thickness)

scale.reference.line.length (radial ray length from start)

scale.reference.line.start (radial ray start from origin)

 

Unplanned
Last Updated: 23 Jan 2020 14:08 by ADMIN
In a Radial Gauge, when I hover over each tick, I want a tooltip displaying the value of that tick.
Unplanned
Last Updated: 23 Jan 2020 10:44 by ADMIN
Created by: Imported User
Comments: 1
Category: Gauge
Type: Feature Request
1
Gauge - Finer control

1. add ability to color all rendered lines/text a given color
2. Add ability to hide major minor tick marks while showing the range start/end marks
Declined
Last Updated: 04 Oct 2019 12:05 by ADMIN
Created by: Hari
Comments: 1
Category: Gauge
Type: Feature Request
1
Hi Team,

For future releases, I would like to request adding the ability to set an image in the Range instead of a solid color.  For example, instead of the Grey, Yellow, Orange, and Red color in this live demo, use images.
Unplanned
Last Updated: 25 Jul 2019 10:49 by ADMIN
Created by: Sethuraman
Comments: 2
Category: Gauge
Type: Feature Request
16
Hi, 
It would be better to show a label for the pointer shown in the linear gauge. As without the label, it would be difficult to interpret the exact value of the pointer.