1.0.15 • Published 5 years ago

angular-graphk v1.0.15

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm install angular-graphk --save

<graphk-gaugeStep [width]="w" [height]="h" [data]="gaugeData"></graphk-gaugeStep>
<graphk-polygon [width]="w" [height]="h" [data]="{max:11, data:[1,2,3,7, 11]}"  [polygonLength]="3" >