angular-graphk
v1.0.15
Published
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" > ```
Downloads
38
Readme
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" >