paradiego
This commit is contained in:
12
node_modules/chart.js/dist/plugins/plugin.filler/simpleArc.d.ts
generated
vendored
Normal file
12
node_modules/chart.js/dist/plugins/plugin.filler/simpleArc.d.ts
generated
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