first commit
This commit is contained in:
12
wwwroot/lib/chart-js/plugins/plugin.filler/simpleArc.d.ts
vendored
Normal file
12
wwwroot/lib/chart-js/plugins/plugin.filler/simpleArc.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export class simpleArc {
|
||||
constructor(opts: any);
|
||||
x: any;
|
||||
y: any;
|
||||
radius: any;
|
||||
pathSegment(ctx: any, bounds: any, opts: any): boolean;
|
||||
interpolate(point: any): {
|
||||
x: any;
|
||||
y: any;
|
||||
angle: any;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user