Skip to content

Files

Latest commit

 

History

History
40 lines (27 loc) · 1.54 KB

File metadata and controls

40 lines (27 loc) · 1.54 KB
title page_title description slug canonicalLink position
Overview
RadialGauge Overview - Components - Kendo UI for Vue
Get an overview of the features the Kendo UI RadialGauge wrapper for Vue delivers and use the component in Vue projects.
overview_radialgauge_wrapper
1

RadialGauge Overview

The RadialGauge represents values on a circular arc.

All graphics render on the client in the Scalable Vector Graphics (SVG) format.

The RadialGauge wrapper for Vue is a client-side wrapper for the Kendo UI RadialGauge widget.

Basic Usage

The following example demonstrates the RadialGauge in action.

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

Functionality and Features

  • [Value ranges]({% slug valueranges_radialgauge_wrapper %})
  • [Multiple pointers]({% slug pointers_radialgauge_wrapper %})
  • [Export options]({% slug export_options_radialgauge_wrapper %})

Suggested Links