Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 1006 Bytes

File metadata and controls

26 lines (19 loc) · 1006 Bytes
title page_title description slug canonicalLink position
Value Ranges
Value Ranges - RadialGauge - Kendo UI for Vue
Set minimum and maximum scale values for the Kendo UI RadialGauge wrapper in Vue projects.
valueranges_radialgauge_wrapper
2

Value Ranges

The RadialGauge enables you to set minimum and maximum scale values.

To define the value range, use the :scale-min and :scale-max options.

{% meta height:400 %} {% embed_file radialgauge/value-ranges/main.vue preview %} {% embed_file radialgauge/value-ranges/main.js %} {% endmeta %}

Suggested Links