Your IP : 216.73.216.79


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