All Projects → mazipan → vue-doughnut-chart

mazipan / vue-doughnut-chart

Licence: MIT license
🍩 Doughnut chart component for Vue.js, originally created by Greg Willson

Programming Languages

Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-doughnut-chart

vue
Vue.js Demos. jQWidgets Vue.js Components - Grids, Charts, Scheduling, Pivot Tables
Stars: ✭ 55 (+71.88%)
Mutual labels:  vue-chart

🍩 Vue Doughnut Chart

Doughnut chart component for Vue.js, originally created by Greg Willson in codepen

version minified downloads Travis Dependabot Status

Demo

https://mazipan.github.io/vue-doughnut-chart

Install

yarn add vue-doughnut-chart
# OR
npm i vue-doughnut-chart

Use in components

import DoughnutChart from 'vue-doughnut-chart'

export default {
  components: {
    DoughnutChart
  }
}

Props

Props Name Type Default Value Description
percent Number 0
foregroundColor String '#1993ff'
backgroundColor String '#ecf6ff'
strokeWidth Number 10
radius Number 85
width Number 200
height Number 200
classValue String ''
visibleValue Boolean false
valueCountUp Boolean false
valueCountUpDuration Number 2000 Number in milliseconds
valueCountUpDelay Number 500 Percent count-up delay (for changing values)
customPercentSize Number 40 Percent font size in pixels (max 60)
passTextAsHtml Boolean false Allows to add simple html into label
customText String '' Label value
customTextColor String '#1993ff' Valid HEX color code or CSS color for label
customTextSize Number 15 Label font size in pixels (max 22)

Bringing to NPM Registry by Irfan Maulana © 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].