Submit
Path:
~
/
home
/
caratcollect
/
domains
/
24caratcollection.com
/
public_html
/
admin
/
assets
/
vendor
/
chart.js
/
elements
/
File Content:
element.bar.d.ts
export default class BarElement extends Element<import("../types/basic.js").AnyObject, import("../types/basic.js").AnyObject> { static id: string; /** * @type {any} */ static defaults: any; constructor(cfg: any); options: any; horizontal: any; base: any; width: any; height: any; inflateAmount: any; draw(ctx: any): void; inRange(mouseX: any, mouseY: any, useFinalPosition: any): boolean; inXRange(mouseX: any, useFinalPosition: any): boolean; inYRange(mouseY: any, useFinalPosition: any): boolean; getCenterPoint(useFinalPosition: any): { x: number; y: number; }; getRange(axis: any): number; } export type BarProps = { x: number; y: number; base: number; horizontal: boolean; width: number; height: number; }; import Element from "../core/core.element.js";
Submit
FILE
FOLDER
Name
Size
Permission
Action
element.arc.d.ts
1229 bytes
0644
element.bar.d.ts
877 bytes
0644
element.line.d.ts
3416 bytes
0644
element.point.d.ts
1284 bytes
0644
index.d.ts
238 bytes
0644
N4ST4R_ID | Naxtarrr