Declined
Last Updated: 02 Mar 2021 16:28 by ADMIN
Imported User
Created on: 03 Dec 2015 09:20
Category: Kendo UI for jQuery
Type: Feature Request
2
Gauge: add ability to draw positive and negative bar from center position.
Currently a bar linear gauge can only be drawn from minimum to maximum, but a start position (center) to draw left/right or up/down would be welcome.
7 comments
ADMIN
Ivan Danchev
Posted on: 02 Mar 2021 16:28

Hello,

We have declined this feature request due to lack of interest.

Regards,
Ivan Danchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Telerik Admin
Posted on: 04 Dec 2015 15:44
I see what you mean, thanks for clarifying.
Imported User
Posted on: 04 Dec 2015 11:12
Hello Kenshin,

I hope to make it a little more clear by providing a code example that implements the bar start property:

 $("#gauge").kendoLinearGauge({
                        pointer: {
                            value: 28,
                            shape: "barindicator",
                            startAt: 0 
                        },
Imported User
Posted on: 03 Dec 2015 14:20
Thanks for thinking with me.
For the ranges this is no issue; this is perfect. 
For the pointer value it will not be possible to have the bar only drawn from 0 to 28.
In my situation a need a bar indicator that starts drawing at 0 with the ability to draw e.g. from 0 to + 28 or from 0 to -28. This will be used to indicate deviations, which can be positive or negative.
Actually, I have tried other linear gauge libraries and, so far, they all behave like progress bars (drawing from one end to another). 
ADMIN
Telerik Admin
Posted on: 03 Dec 2015 13:30
This can be done if you change the respective from/to values for the bars accordingly. For instance as in this sample: http://dojo.telerik.com/icolU Let me know if I am missing something.
Imported User
Posted on: 03 Dec 2015 12:25
Hi Team,

My request is related to this demo: http://demos.telerik.com/kendo-ui/linear-gauge/index
All I would need is to define a start point when drawing the bar gauge, which now always starts at minimum scale. 

The way I (and not just me) need is that there is an ability to set a start point for the bar. In the example it then may draw a bar from 0 to -20 (and not from -40 to -20). Another situation where I need this is to draw the bar between 1-0.5 and 1+0.5 (range is 0.5-1.5 with 1 in the middle) so it cannot be assumed that 0 is the center value.

Thanks,
Marc
ADMIN
Telerik Admin
Posted on: 03 Dec 2015 11:27
Thanks for the suggestion, Marc. 

Can you elaborate a bit further on your request, to get a better understanding of it? What would you like to achieve more than it is presented in this demo, for instance:
http://demos.telerik.com/kendo-ui/linear-gauge/scale-options

Providing more details or a mockup/snapshot can help us evaluate your proposal.