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/filler.target.stack.d.ts

/**
 * @param {{ chart: Chart; scale: Scale; index: number; line: LineElement; }} source
 * @return {LineElement}
 */
export function _buildStackLine(source: {
    chart: Chart;
    scale: Scale;
    index: number;
    line: LineElement;
}): LineElement;
export type Chart = import('../../core/core.controller.js').default;
export type Scale = import('../../core/core.scale.js').default;
export type PointElement = import('../../elements/element.point.js').default;
import { LineElement } from "../../elements/index.js";