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 thekendo-vue-gauges NPM package.
The following example demonstrates the Arc, Linear, and Radial Gauges in action.
Download and install the package. Use Node.js v5.0.0 or later.
npminstall--save @progress/kendo-vue-gauges @progress/kendo-drawing @progress/kendo-vue-intl @progress/kendo-licensingOnce installed, import the package module.
// ES2015 module syntaximport{ArcGauge,CircularGauge,LinearGauge,RadialGauge}from'@progress/kendo-vue-gauges';// CommonJS formatconst{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 thestyle section of our getting started article.
Follow the instructions on the Kendo UI for VueMy License page to activate your license. You can skip this step if your application already contains a Kendo UI for Vue license file.
The Gauges package requires you to install the followingpeer dependencies in your application:
Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check ourVue 2 End of Support article for more details.
The following dependencies are automatically installed: