Questions tagged [kendo-gauge]

The Kendo Gauge is a Kendo widget is used to let users quickly understand where a value lies in a certain range. All graphics are rendered on the client using SVG with a fallback to VML for legacy browsers.

The Kendo Gauge is a Kendo widget is used to let users quickly understand where a value lies in a certain range. All graphics are rendered on the client using SVG with a fallback to VML for legacy browsers.

8 questions
2
votes
2 answers

How to customize the Gauge control?

Looking at the radial gauge control.was wondering if it would be possible to make it to look like the following picture, without the needle?
kob490
  • 3,177
  • 4
  • 25
  • 40
1
vote
1 answer

Kendo UI gauge animation

I would like to animate my kendoUI gauges in realtime, whenever the data changes. I currently can do this by setting the values of the gauge pointer directly and refresh, but when i do that it will jump straight to the new value and not animate…
GodsCrimeScene
  • 1,260
  • 2
  • 17
  • 35
0
votes
1 answer

Creating linear gradient for kendo gauge range

I'm trying to create a radial gauge using kendo react ui. Range colour should have a linear gradient like a rainbow. But as far as I find it allows only colours for different ranges. Is there any workaround for it? My code is: import * as React from…
3mincan
  • 65
  • 1
  • 6
0
votes
0 answers

How to delay kendo arg gauge chart loading

Kendo Arc Gauge chart for Angular - Middle template is rendering first and then chart - resulting in middle template starting at somewhere and then repositioning after chart rendered. Programatically Can we delay loading of Center template? if so…
0
votes
0 answers

Change Kendo UI - RadialGauge Pointer Type to custom

I'm trying to change the Pointer in Kendo UI's RadialGauge, but I don't see a option to do it in jsx file. This is what I'm trying to achieve- Notice the Black pointer's shape. It's more of a dear-drop shape. This is how my gauge looks as of…
theLearner
  • 363
  • 4
  • 16
0
votes
3 answers

How to change pointer length in Kendo radial gauge

You can change the width of the pointer by setting the cap:size value, but I need to change the length of the pointers so that they are in a tiered fashion representing 5 different points in time. How can this be done? function createGauge() { …
user3738893
  • 425
  • 1
  • 6
  • 18
0
votes
1 answer

Knockout-kendo radial gauge not drawing correctly when initialized using data-bind

Having issues with the Knockout-Kendo radial gauge in my application. I'm trying to initialize it via the data-bind property, but it does not appear to be resizing itself correctly.
Nicklas Pouey-Winger
  • 3,023
  • 6
  • 43
  • 75
0
votes
1 answer

KendoUI set Northwind Demo like

I am using the latest KendoUI, and try to set a gauge like the kendoUI's offical web site AD image shows. you could find the AD image just at: http://www.telerik.com/kendo-ui please see the image, it shows an application named "northwind-dash", and…
matrix
  • 39
  • 1
  • 6