/vue_pie

an vue component for pie

Primary LanguageVueMIT LicenseMIT

make a pie with vue

Example

	<VuePie
		value="0.2"
		ring="0.5"
		isShowNumber="true"
		color="red"
		rotate="45">
	</VuePie>	

Installation

npm install vue-pie 

License

(The MIT License)