The ability to specify the width of the Ranges in a radial gauge would be beneficial to customize how the gauges can be displayed
Hello,
The widths of the colored bands of the ranges of the Kendo UI RadialGauge can be modified via the rangeSize property:
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/.
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
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
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?