File "filler.segment.d-20250814235457.ts"

Full Path: /home/humancap/cl.humancap.com.my/assessment/cl-admin/assets/vendor/chart.js/filler.segment.d-20250814235457.ts
File size: 792 bytes
MIME-type: text/plain
Charset: utf-8

export function _segments(line: any, target: any, property: any): ({
    source: any;
    target: {
        property: any;
        start: any;
        end: any;
    };
    start: any;
    end: any;
} | {
    source: {
        start: number;
        end: number;
        loop: boolean;
        style?: any;
    };
    target: {
        start: number;
        end: number;
        loop: boolean;
        style?: any;
    };
    start: {
        [x: number]: any;
    };
    end: {
        [x: number]: any;
    };
})[];
export function _getBounds(property: any, first: any, last: any, loop: any): {
    property: any;
    start: any;
    end: any;
};
export function _pointsFromSegments(boundary: any, line: any): any[];
export function _findSegmentEnd(start: any, end: any, points: any): any;