0.0.5 • Published 5 years ago

ng-fy-circle-chart v0.0.5

Weekly downloads
27
License
-
Repository
github
Last release
5 years ago

NgFyCircleChart

Hi, its my first angular package. If find any bug or have any questions please ask me. Enjoy.

Installation

npm i ng-fy-circle-chart

Import

import { NgFyCircleChartComponent} from  'ng-fy-circle-chart';
@NgModule({
	declarations: [
		AppComponent,
		NgFyCircleChartComponent // add this
	],
	imports: [
		BrowserModule,
	],
	providers: [],
	bootstrap: [AppComponent]
})

Usage

<fy-circle-chart></fy-circle-chart>

add this code to html file

Attributes

NameTypeDefaultDescription
percentnumber60Circle value. Max 100, Min 0
sizenumber150Canvas height and width
backgroundColorstring#cccCircle background color not canvas. Hex or rgb color.
colorstring or fyColor[]#ff0000Circle active color. Hex or rgb. fyColor for smooth color change by percent. fyColor detail is under this table.
textColorstring#4b4b4bPercent and custom text color. Hex or rgb color.
lineWidthnumber10Cirle width
hoverLineWidthnumberlineWidthCircle width on hover. Try it, its smooth.
startDelaynumber0Delay to start animation. For smooth page loading.
textstring[][]Custom text. Not Recommended more then 2.
percentFontSizestring30pxPercent font size
textFontSizestring16pxCustom Text font size
horizontalAlignstringcenterIf parent element width bigger then size its justify
animationbooleantrueRecommended set false when use multi at same page
skeletonbooleanfalseSkeleton loading option
fpsnumber20Count of update for second.
tickAnglenumber10Every update, add or minus count. Not percent its angle. Max 360 (Not Recomended), Min 1.

fyColor

	{
		percent:number,
		r:number,
		g:number,
		b:number
	}

its an interface if u want import to component or use it as u want.

Remember color is string or fyColor[]

Quick Contact

Mail to tahsincesur1@gmail.com

Keywords

angular, angular2, ng, ngx, ng2, angular6, angular7, circle, chart, circle chart, Angular circle chart, ng circle chart

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago