RadialGaugeProps
Interface
Represents the props of the Kendo UI for Vue RadialGauge component.
Definition
Package:@progress/kendo-vue-gauges
Properties
color?
any
colors?
any[]
dir?
string
Represents the dir HTML attribute.
onRender?
(event: any) => void
The event handler that is called when the component is rendered.
Parameters:eventany
opacity?
any
The configuration of the pointers (see example).
renderAs?
string
Sets the preferred rendering engine. If not supported by the browser, the Gauge switches to the first available mode.
The supported values are:
"svg"—If available, renders the component as an inline.svgfile."canvas"—If available, renders the component as acanvaselement.
The configuration of the scale.
transitions?
boolean
If set to true, the Gauge plays animations when it displays the series. By default, animations are enabled.
value?
number