Vue component library for showing speedometer like gauge using d3
vue-speedometer is a Vue component library that allows users to display a speedometer-like gauge using d3. It is compatible with Vue 2 and Vue 3, with separate versions available for each. The library can be installed via Yarn or NPM and provides various configuration options for customization.
To install vue-speedometer, you can use either Yarn or NPM.
Yarn:
yarn add vue-speedometer
NPM:
npm install --save vue-speedometer
vue-speedometer is a Vue component library that provides a customizable speedometer gauge using d3. It offers various configuration options for controlling the appearance and behavior of the gauge. The library can be easily installed via Yarn or NPM and is compatible with both Vue 2 and Vue 3.