paradiego
This commit is contained in:
14
node_modules/chart.js/dist/plugins/plugin.filler/filler.helper.d.ts
generated
vendored
Normal file
14
node_modules/chart.js/dist/plugins/plugin.filler/filler.helper.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @param {PointElement[] | { x: number; y: number; }} boundary
|
||||
* @param {LineElement} line
|
||||
* @return {LineElement?}
|
||||
*/
|
||||
export function _createBoundaryLine(boundary: PointElement[] | {
|
||||
x: number;
|
||||
y: number;
|
||||
}, line: LineElement): LineElement | null;
|
||||
export function _shouldApplyFill(source: any): boolean;
|
||||
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";
|
||||
Reference in New Issue
Block a user