UNPKG

rms-sparklines

Version:
14 lines (13 loc) 415 B
import { Matrix } from 'mathjs'; export declare class Bar3d { lowerLeft: Matrix; upperRight: Matrix; fillColor: string; originalHeight: number; constructor(lowerLeft: Matrix, upperRight: Matrix, fillColor: string, originalHeight: number); getWidth(): number; getLowerLeftX(): number; getLowerLeftY(): number; getHeight(): number; draw(ctx: CanvasRenderingContext2D): void; }