0.1.3 • Published 2 years ago

vue-chart-doughnut v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue-chart-doughnut

Simple doughnut chart for vue.js 3

Demo

Codesandbox

doughnut chart preview

Installation and Usage

npm i vue-chart-doughnut

Import into a single component.

import ChartDoughnut from 'vue-chart-doughnut';
<template>
	<chart-doughnut per="5" color="#C3AED6" color-bg="#CDC9C3" text-size="40" />
	<chart-doughnut per="85" />
	<chart-doughnut per="100" />
</template>

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago