canvas-gauges icon indicating copy to clipboard operation
canvas-gauges copied to clipboard

Vue Canvas Gauges is based on Canvas gauges for Vue

Results 8 canvas-gauges issues
Sort by recently updated
recently updated
newest added

I got it working with vueJS, these two examples above. How can I use all these libraries now, for the configuration of the gauges?

Hi, I try to download the library but i get this: pi@raspiot:~ $ npm install vue-canvas-gauges --save npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git...

Tiny typo, double space in example before "from" gives ESLint error. `import { LinearGauge, RadialGauge } from 'vue-canvas-gauges'`

I really like this project, unfortunately it seems incompatible with a standard vue-cli built project. Replicate: vue init webpack my-project npm install vue-canvas-gauges --save add the include from readme: import...

Hi, I am using webpack 2. What is the configuration you recommend for the library? Dick Chan