Kendo UI for Vue Gauges Overview
The Kendo UI for Vue Native Gauges provide a set of Vue components for building common gauge types.
The Gauges components are part of the Kendo UI for Vue Native library which provides native components for the Vue ecosystem and are available under the kendo-vue-gauges NPM package.
Basic Usage
The following example demonstrates the Arc, Linear, and Radial Gauges in action.
Installation
Download and install the package. Use Node.js v5.0.0 or later.
npm install --save @progress/kendo-vue-gauges @progress/kendo-drawing @progress/kendo-vue-intl @progress/kendo-licensing
Once installed, import the package module.
// ES2015 module syntax import { ArcGauge, CircularGauge, LinearGauge, RadialGauge } from '@progress/kendo-vue-gauges';
// CommonJS format const { ArcGauge, CircularGauge, LinearGauge, RadialGauge } = require('@progress/kendo-vue-gauges');
You are required to install one of the Kendo UI for Vue Native themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Follow the instructions on the Kendo UI for Vue My License page to activate your license. You can skip this step if your application already contains a Kendo UI for Vue license file.
Dependencies
The Gauges package requires you to install the following peer dependencies in your application:
- vue 2.6.11 or 3.0.0
- @progress/kendo-drawing
- @progress/kendo-licensing
- @progress/kendo-vue-intl
The following dependencies are automatically installed:
- @progress/kendo-vue-common
- @progress/kendo-charts