| Current Path : /var/www/html/reddsis/node_modules/chart.js/dist/plugins/plugin.filler/ |
| Current File : /var/www/html/reddsis/node_modules/chart.js/dist/plugins/plugin.filler/simpleArc.d.ts |
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;
};
}