Completed
Last Updated: 02 Mar 2021 16:40 by ADMIN
Nick
Created on: 10 May 2012 17:08
Category: Kendo UI for jQuery
Type: Feature Request
4
Allow customization of width for Gauge Ranges
The ability to specify the width of the Ranges in a radial gauge would be beneficial to customize how the gauges can be displayed
4 comments
ADMIN
Tsvetomir
Posted on: 02 Mar 2021 16:40

Hello,

The widths of the colored bands of the ranges of the Kendo UI RadialGauge can be modified via the rangeSize property:

https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/radialgauge/configuration/scale.rangesize

 

Best regards,
Tsvetomir
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/.

Steve
Posted on: 10 Oct 2012 17:30
This would be a great addition - I need this ability as we speak - this would allow us to replicate the following http://gyazo.com/b3d6887c4d02141f82077e01fdbea91b.png?1349885461
Nick
Posted on: 11 May 2012 20:15
We can change the widths of the major and minor ticks, but we can't change the width of the colored bands on radial gauges created with:
ranges: [
                                {
                                    from: 80,
                                    to: 120,
                                    color: "#ffc700"
                                }, {
                                    from: 120,
                                    to: 150,
                                    color: "#ff7a00"
                                }, {
                                    from: 150,
                                    to: 180,
                                    color: "#c20000"
                                }
                            ]

(from http://demos.kendoui.com/dataviz/radial-gauge/scale-options.html)

In the example above, we would simply like the ability to give the colored ranges a larger thickness, possibly like this:
http://i.imgur.com/6nIUA.png
ADMIN
Brandon
Posted on: 11 May 2012 20:10
Hi Nick, it's possible to configure the scale today with ticks, minor and major unit and the like: http://demos.kendoui.com/dataviz/linear-gauge/index.html Can you give me an idea why those options wouldn't work?